From f98dbd249ed014ffb22a0920a2932bcc40aa68c9 Mon Sep 17 00:00:00 2001 From: Trent White Date: Fri, 12 Feb 2016 17:20:58 -0500 Subject: [PATCH] update navbar and elements on playlist snapshots and change apps to plugins --- public/app/features/apps/partials/edit.html | 2 +- public/app/features/apps/partials/list.html | 4 +- .../dashboard/partials/saveDashboardAs.html | 4 +- .../features/datasources/partials/edit.html | 2 +- .../features/playlist/partials/playlist.html | 45 +++++++++++-------- .../features/playlist/partials/playlists.html | 16 +++++-- .../features/snapshot/partials/snapshots.html | 12 ++++- public/less/playlist.less | 2 +- public/vendor/bootstrap/less/mixins.less | 1 + 9 files changed, 56 insertions(+), 32 deletions(-) diff --git a/public/app/features/apps/partials/edit.html b/public/app/features/apps/partials/edit.html index 8986b5d7fa5..e743657f17a 100644 --- a/public/app/features/apps/partials/edit.html +++ b/public/app/features/apps/partials/edit.html @@ -1,4 +1,4 @@ - + diff --git a/public/app/features/apps/partials/list.html b/public/app/features/apps/partials/list.html index 83270c24747..98305ff7696 100644 --- a/public/app/features/apps/partials/list.html +++ b/public/app/features/apps/partials/list.html @@ -1,9 +1,9 @@ - +
-

Apps

+

Plugins

No apps defined diff --git a/public/app/features/dashboard/partials/saveDashboardAs.html b/public/app/features/dashboard/partials/saveDashboardAs.html index 5c069f199e6..875876a4e63 100644 --- a/public/app/features/dashboard/partials/saveDashboardAs.html +++ b/public/app/features/dashboard/partials/saveDashboardAs.html @@ -18,8 +18,8 @@

- - + Save + Cancel
diff --git a/public/app/features/datasources/partials/edit.html b/public/app/features/datasources/partials/edit.html index 27476f684c8..57e7b7f2c55 100644 --- a/public/app/features/datasources/partials/edit.html +++ b/public/app/features/datasources/partials/edit.html @@ -65,7 +65,7 @@
- Cancel diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html index b82f00f69f9..ae37408169d 100644 --- a/public/app/features/playlist/partials/playlist.html +++ b/public/app/features/playlist/partials/playlist.html @@ -1,37 +1,46 @@ - + + + +
-

New playlist

-

Edit playlist

+

New Playlist

+

Edit Playlist

-

Name and interval

+

Name and interval

-
-
    -
  • +
    +
      +
    • Name
    • - +
    -
    -
      -
    • +
      +
        +
      • Interval
      • - +
      @@ -116,14 +125,12 @@
      diff --git a/public/app/features/playlist/partials/playlists.html b/public/app/features/playlist/partials/playlists.html index 4aa7944623c..673168531fc 100644 --- a/public/app/features/playlist/partials/playlists.html +++ b/public/app/features/playlist/partials/playlists.html @@ -1,14 +1,22 @@ - + + +
      - + - New playlist + New Playlist -

      Saved playlists

      +

      Saved playlists

      diff --git a/public/app/features/snapshot/partials/snapshots.html b/public/app/features/snapshot/partials/snapshots.html index 3bbc671e184..3cb78a49d3f 100644 --- a/public/app/features/snapshot/partials/snapshots.html +++ b/public/app/features/snapshot/partials/snapshots.html @@ -1,9 +1,17 @@ - + + +
      -

      Available snapshots

      +

      Available snapshots

      diff --git a/public/less/playlist.less b/public/less/playlist.less index 5aa5e960979..335f7cbfbfd 100644 --- a/public/less/playlist.less +++ b/public/less/playlist.less @@ -1,5 +1,5 @@ .playlist-search-container { - margin: 15px; + // margin: 15px; z-index: 1000; position: relative; width: 700px; diff --git a/public/vendor/bootstrap/less/mixins.less b/public/vendor/bootstrap/less/mixins.less index e0aef540dd4..9a8ee6676c4 100644 --- a/public/vendor/bootstrap/less/mixins.less +++ b/public/vendor/bootstrap/less/mixins.less @@ -522,6 +522,7 @@ color: @textColor; background-color: @endColor; *background-color: darken(@endColor, 5%); + box-shadow: inset 0 -3px rgba(0,0,0,0.3); } // IE 7 + 8 can't handle box-shadow to show active, so we darken a bit ourselves