From 27db0da65fadf238617ed4f784c081ed6aecc6de Mon Sep 17 00:00:00 2001 From: Joxit Date: Sun, 8 May 2016 01:02:40 +0200 Subject: [PATCH] [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');