Idea Summary
Improve the User Interface to indicate the APEX Application is a development / Testing version.
Use Case
Currently we can add a region to indicate a Development say above the breadcrumb. But some users still can't tell that the App is in DEV. I can add CSS to say the login page.
.t-Login-container {
z-index: 1;
background: url(r/apex_pm/files/static/v7/development.png) !important;
background-repeat: repeat !important;
}
.t-Login-region {
z-index: 1;
background: url(r/apex_pm/files/static/v7/development.png) !important;
background-repeat: repeat !important;
}
But on pages with a Interactive report / Clasic report / Form. I have tried to add. But will only show on the background and not the report region. So may be fully hidden by other regions.
Preferred Solution (Optional)
Add an option to add a development or training image across the whole page so users understand it a development or training version. Could be associated on page zero or under the User Interface depending on a application item or Workspace item to determine if in DEV or expanding on the App Developer UI that allows a development banner but add to the Applications UI within that workspace.