From eda52fe5f0e3fbee734c111d6433c9680e5a7eb4 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 2 Sep 2016 12:28:59 -0400 Subject: [PATCH] refactor(GUI): move `alert-ribbon` to the top of the page (#679) This component is visually shown on the top of the window, however its HTML code is placed below the "Flash" button, which is counter-intuitive. Signed-off-by: Juan Cruz Viotti --- lib/gui/pages/main/templates/main.tpl.html | 34 +++++++++++++--------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/lib/gui/pages/main/templates/main.tpl.html b/lib/gui/pages/main/templates/main.tpl.html index 53c87a81..f0d3cfa6 100644 --- a/lib/gui/pages/main/templates/main.tpl.html +++ b/lib/gui/pages/main/templates/main.tpl.html @@ -1,4 +1,25 @@
+ +
+ + + Not enough space on the drive.
+ Please insert larger one and + +
+ + Your removable drive may be corrupted. +
Try inserting a different one and + +
+ + Oops, seems something went wrong. + Click to retry + +
+
@@ -96,19 +117,6 @@ -
- - - Not enough space on the drive.
Please insert larger one and -
- - Your removable drive may be corrupted.
Try inserting a different one and -
- - Oops, seems something went wrong. Click to retry - -
-