From 27db0da65fadf238617ed4f784c081ed6aecc6de Mon Sep 17 00:00:00 2001 From: Joxit Date: Sun, 8 May 2016 01:02:40 +0200 Subject: [PATCH 1/4] [menu] remplace layout drawer with menu dots --- index.html | 16 ++-------------- menu.tag | 36 ++++++++++++++++++++++++++++++++++++ script.js | 2 +- 3 files changed, 39 insertions(+), 15 deletions(-) create mode 100644 menu.tag diff --git a/index.html b/index.html index 660f360..6c5ca7d 100644 --- a/index.html +++ b/index.html @@ -32,22 +32,9 @@
Docker Registry UI - -
- - +
-
- Docker Registry UI - -
@@ -66,6 +53,7 @@
+ diff --git a/menu.tag b/menu.tag new file mode 100644 index 0000000..928caf3 --- /dev/null +++ b/menu.tag @@ -0,0 +1,36 @@ + + +
+ +
    +
  • Add URL
  • +
  • Change URL
  • +
+
+ + +
diff --git a/script.js b/script.js index ce095cd..bd08afa 100644 --- a/script.js +++ b/script.js @@ -22,4 +22,4 @@ var catalog = {}; registryUI.taglist = {}; riot.mount('catalog'); riot.mount('taglist'); - +riot.mount('menu'); From 3589a7e3690cfa09b675bcd84c6d819ca4081ec0 Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 12 May 2016 22:24:35 +0200 Subject: [PATCH 2/4] [change] Add change dialog and tag for menu --- change.tag | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 ++ menu.tag | 2 +- script.js | 1 + 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 change.tag diff --git a/change.tag b/change.tag new file mode 100644 index 0000000..3aa99b0 --- /dev/null +++ b/change.tag @@ -0,0 +1,54 @@ + + + +

Change your Server ?

+
+
+ +
+
+
+ + +
+
+
diff --git a/index.html b/index.html index 6c5ca7d..b2d8fce 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,7 @@
+