diff --git a/ui/index.html b/ui/index.html index 11148e974..5ac5422ce 100644 --- a/ui/index.html +++ b/ui/index.html @@ -87,8 +87,13 @@ +
+ +
-
+
@@ -142,8 +147,13 @@
+
+ +
-
+
@@ -192,7 +202,13 @@
-
+
+ +
+ +
{{outlet}}
@@ -261,7 +277,13 @@
-
+
+ +
+ +
{{outlet}}
diff --git a/ui/static/loading-cylon-red.svg b/ui/static/loading-cylon-red.svg new file mode 100644 index 000000000..67140a4e0 --- /dev/null +++ b/ui/static/loading-cylon-red.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/ui/styles/base.scss b/ui/styles/base.scss index 7d0385965..59b8b844c 100644 --- a/ui/styles/base.scss +++ b/ui/styles/base.scss @@ -28,6 +28,17 @@ a { } } +.border-left { + display: block; + height: 700px; + + .line { + margin: 0 auto; + background-color: $gray-background; + height: 100%; + width: 1px; + } +} .no-margin { margin: 0;