summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-12-04 19:41:22 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 00:32:25 +0300
commitdc04feb5596a85619e98d2d594b065e92c8b8fa4 (patch)
treea1c78936b4ca86f40af3f085b220acd76a45d0b9 /src/assets
parent8d129109ec70a946ca5db879cd81f216ff3c804e (diff)
downloadwebui-vue-dc04feb5596a85619e98d2d594b065e92c8b8fa4.tar.xz
Add host status plugin
- Create WebSocket and get host state changes from server - Changed webpack devServer to https to allow for secure WebSocket creation (wss) - Updates to AppHeader to visually indicate changes in host state - Cleaned up api.js file - Check if user is logged in when creating WebSocket - Adds check if user is already authenticated so WebSocket is created when browser refreshed. - Add appliation header styles - Add sass loader config changes to allow sass variables to be used in single file components URL must use https protocol when running locally or the page will not load. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I35e89bdc09e1aa35a6215ef952409a8ed16dd9e1
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/_colors.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/styles/_colors.scss b/src/assets/styles/_colors.scss
index 04351231..4a8b62c9 100644
--- a/src/assets/styles/_colors.scss
+++ b/src/assets/styles/_colors.scss
@@ -91,7 +91,7 @@ $info: $teal;
$warning: $yellow;
$danger: $red;
$light: $gray-100;
-$dark: $gray-800;
+$dark: $black;
// Bootstrap will generate CSS variables for
// all of the colors in this map.