Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
96ad3a04
Commit
96ad3a04
authored
Mar 12, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed 'Back to dashboard' top nav button, now have close button on the edit box below panel
parent
43ba5842
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
src/app/features/dashboard/dashboardNavCtrl.js
+1
-0
src/app/features/panel/partials/panel.html
+4
-0
src/app/partials/dashboard_topnav.html
+0
-7
No files found.
src/app/features/dashboard/dashboardNavCtrl.js
View file @
96ad3a04
...
...
@@ -53,6 +53,7 @@ function (angular, _, moment) {
$scope
.
dashboardTitleAction
=
function
()
{
$scope
.
appEvent
(
'hide-dash-editor'
);
$scope
.
exitFullscreen
();
};
$scope
.
saveDashboard
=
function
(
options
)
{
...
...
src/app/features/panel/partials/panel.html
View file @
96ad3a04
...
...
@@ -30,6 +30,10 @@
<div
ng-repeat=
"tab in panelMeta.editorTabs"
data-title=
"{{tab.title}}"
>
</div>
</div>
<button
class=
"gf-box-header-close-btn"
ng-click=
"exitFullscreen();"
>
<i
class=
"fa fa-remove"
></i>
</button>
</div>
<div
class=
"gf-box-body"
>
...
...
src/app/partials/dashboard_topnav.html
View file @
96ad3a04
...
...
@@ -62,17 +62,10 @@
</ul>
<ul
class=
"nav pull-right"
>
<li
ng-show=
"dashboardViewState.fullscreen"
>
<a
ng-click=
"exitFullscreen()"
>
Back to dashboard
</a>
</li>
<li
ng-repeat=
"pulldown in dashboard.nav"
ng-controller=
"PulldownCtrl"
ng-show=
"pulldown.enable"
>
<grafana-simple-panel
type=
"pulldown.type"
ng-cloak
>
</grafana-simple-panel>
</li>
</ul>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment