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
1cfa523f
Commit
1cfa523f
authored
Dec 14, 2015
by
carl bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(sidemenu): rename signup method to signout
parent
548ee47a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/core/controllers/sidemenu_ctrl.js
+1
-1
public/app/partials/sidemenu.html
+2
-2
No files found.
public/app/core/controllers/sidemenu_ctrl.js
View file @
1cfa523f
...
...
@@ -120,7 +120,7 @@ function (angular, _, $, coreModule, config) {
};
$scope
.
init
=
function
()
{
$scope
.
showSign
up
=
contextSrv
.
isSignedIn
&&
!
config
[
'authProxyEnabled'
];
$scope
.
showSign
out
=
contextSrv
.
isSignedIn
&&
!
config
[
'authProxyEnabled'
];
$scope
.
updateMenu
();
$scope
.
$on
(
'$routeChangeSuccess'
,
$scope
.
updateMenu
);
};
...
...
public/app/partials/sidemenu.html
View file @
1cfa523f
...
...
@@ -60,7 +60,7 @@
<span
class=
"sidemenu-item-text"
>
Grafana admin
</span>
</a>
</li>
<li
ng-if=
"showSign
up
"
>
<li
ng-if=
"showSign
out
"
>
<a
href=
"logout"
class=
"sidemenu-item"
target=
"_self"
>
<span
class=
"icon-circle sidemenu-icon"
><i
class=
"fa fa-fw fa-sign-out"
></i></span>
<span
class=
"sidemenu-item-text"
>
Sign out
</span>
...
...
@@ -82,7 +82,7 @@
<span
class=
"sidemenu-item-text"
>
Exit admin
</span>
</a>
</li>
<li
ng-if=
"showSign
up
"
>
<li
ng-if=
"showSign
out
"
>
<a
href=
"logout"
class=
"sidemenu-item"
target=
"_self"
>
<span
class=
"icon-circle sidemenu-icon"
><i
class=
"fa fa-fw fa-sign-out"
></i></span>
<span
class=
"sidemenu-item-text"
>
Sign out
</span>
...
...
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