Add warning/disclaimer message to main screen
This commit is contained in:
parent
84f2aa3186
commit
2c59356fa9
@ -53,6 +53,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
{{mainscreenmessage}}
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/home.js"></script>
|
||||
</div>
|
@ -14,7 +14,8 @@ var routes = [
|
||||
templateUrl: "pages/home.html",
|
||||
}, {
|
||||
context: {
|
||||
machinehistory: getMachineSearchHistory().reverse()
|
||||
machinehistory: getMachineSearchHistory().reverse(),
|
||||
mainscreenmessage: SETTINGS.mainscreenmessage
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -8,5 +8,6 @@
|
||||
var SETTINGS = {
|
||||
synckeyblacklist: [],
|
||||
apiserver: "http://localhost/machinemanager/api/",
|
||||
loginurl: "https://localhost/login/"
|
||||
loginurl: "https://localhost/login/",
|
||||
mainscreenmessage: "Deployed in test configuration"
|
||||
}
|
||||
|
@ -8,5 +8,6 @@
|
||||
var SETTINGS = {
|
||||
synckeyblacklist: [],
|
||||
apiserver: "https://track.netsyms.com/api/",
|
||||
loginurl: "https://track.netsyms.com/api/login/"
|
||||
loginurl: "https://track.netsyms.com/api/login/",
|
||||
mainscreenmessage: "NOTICE: You are accessing a Netsyms Technologies internal system that allows viewing and editing confidential, privileged, and sensitive information. Unauthorized access is a federal crime."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user