From da23bdcb23c6713170b47fae0186558396d4d531 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 6 Sep 2020 22:52:19 -0600 Subject: [PATCH] Improve a couple UI things --- www/pages/machine.html | 80 ++++++++++++++++++++---------------------- www/settings.js | 14 +++++++- 2 files changed, 52 insertions(+), 42 deletions(-) mode change 120000 => 100644 www/settings.js diff --git a/www/pages/machine.html b/www/pages/machine.html index e94254d..55ef690 100644 --- a/www/pages/machine.html +++ b/www/pages/machine.html @@ -72,53 +72,51 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
-
-
-
-
    -
  • -
    -
    -
    -
    Date/Time
    - {{date}} -
    -
    +
    +
      +
    • +
      +
      +
      +
      Date/Time
      + {{date}}
      -
    • - {{#if privatenotes}} -
    • -
      -
      -
      -
      Private Notes
      - {{privatenotes}} -
      -
      +
      +
    +
  • + {{#if privatenotes}} +
  • +
    +
    +
    +
    Private Notes
    + {{privatenotes}}
    -
  • - {{/if}} - {{#if publicnotes}} -
  • -
    -
    -
    -
    Public Notes
    - {{publicnotes}} -
    -
    +
    +
+ + {{/if}} + {{#if publicnotes}} +
  • +
    +
    +
    +
    Public Notes
    + {{publicnotes}}
    -
  • - {{/if}} - -
    -
    +
    + + + {{/if}} + @@ -135,8 +133,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
  • -
    Name
    +
    Name
    {{name}}
    diff --git a/www/settings.js b/www/settings.js deleted file mode 120000 index dd52ab5..0000000 --- a/www/settings.js +++ /dev/null @@ -1 +0,0 @@ -settings_prod.js \ No newline at end of file diff --git a/www/settings.js b/www/settings.js new file mode 100644 index 0000000..7f11a83 --- /dev/null +++ b/www/settings.js @@ -0,0 +1,13 @@ +/* + * Copyright 2020 Netsyms Technologies. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +var SETTINGS = { + synckeyblacklist: [], + apiserver: "https://track.netsyms.com/api/", + 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." +}