From 45ec92dc4b88f55c4a2e5e7f38d18cf4688ffb54 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 26 Jan 2016 12:39:23 -0700 Subject: [PATCH] [chrome/appSwitcher] move app switcher to a sidebar --- src/ui/public/chrome/chrome.html | 74 ------------------- .../directives/app_switcher/app_switcher.html | 26 +++---- .../directives/app_switcher/app_switcher.js | 4 +- .../directives/app_switcher/app_switcher.less | 8 +- .../directives/kbn_chrome/kbn_chrome.html | 5 ++ .../directives/{ => kbn_chrome}/kbn_chrome.js | 9 +-- .../directives/kbn_chrome/kbn_chrome.less | 73 ++++++++++++++++++ 7 files changed, 100 insertions(+), 99 deletions(-) delete mode 100644 src/ui/public/chrome/chrome.html create mode 100644 src/ui/public/chrome/directives/kbn_chrome/kbn_chrome.html rename src/ui/public/chrome/directives/{ => kbn_chrome}/kbn_chrome.js (85%) create mode 100644 src/ui/public/chrome/directives/kbn_chrome/kbn_chrome.less diff --git a/src/ui/public/chrome/chrome.html b/src/ui/public/chrome/chrome.html deleted file mode 100644 index 6e5cccbfdd497..0000000000000 --- a/src/ui/public/chrome/chrome.html +++ /dev/null @@ -1,74 +0,0 @@ - -
- - - - - - - - - -
-
diff --git a/src/ui/public/chrome/directives/app_switcher/app_switcher.html b/src/ui/public/chrome/directives/app_switcher/app_switcher.html index 89ae849628bc3..6c4ebc2a2127c 100644 --- a/src/ui/public/chrome/directives/app_switcher/app_switcher.html +++ b/src/ui/public/chrome/directives/app_switcher/app_switcher.html @@ -1,18 +1,16 @@ -