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
cffcc4c7
Commit
cffcc4c7
authored
May 20, 2016
by
Trent White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make footer unordered list. add new icons.
parent
c727c3c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
26 deletions
+49
-26
public/sass/components/_footer.scss
+18
-0
public/views/index.html
+31
-26
No files found.
public/sass/components/_footer.scss
View file @
cffcc4c7
footer
{
font-size
:
75%
;
width
:
98%
;
/* was causing horiz scrollbars - need to examine */
a
{
color
:
$gray-1
;
}
ul
{
list-style
:
none
;
}
li
{
display
:
inline-block
;
padding-right
:
2px
;
&
:after
{
content
:
' | '
;
padding-left
:
2px
;
color
:
$gray-1
;
}
}
li
:last-child
{
&
:after
{
padding-left
:
0
;
content
:
''
;
}
}
}
.grafana-version-info
{
...
...
public/views/index.html
View file @
cffcc4c7
...
...
@@ -39,34 +39,39 @@
</div>
<div
ng-view
class=
"main-view"
></div>
<footer
class=
"footer"
>
<div
class=
"row text-center"
>
<a
href=
"http://docs.grafana.org"
target=
"_blank"
>
<i
class=
"fa fa-question-circle"
></i>
Docs
</a>
<span
class=
"muted"
>
|
</a>
<a
href=
"https://grafana.net/support/plans"
target=
"_blank"
>
<i
class=
"fa fa-question-circle"
></i>
Support Plans
</a>
<span
class=
"muted"
>
|
</a>
<a
href=
"https://grafana.org/community"
target=
"_blank"
>
<i
class=
"fa fa-comments"
></i>
Community
</a>
<span
class=
"muted"
>
|
</a>
<a
href=
"http://docs.grafana.org"
target=
"_blank"
>
<a
href=
"http://grafana.org"
target=
"_blank"
>
Grafana
</a>
<span
class=
"muted"
>
v[[.BuildVersion]] (commit: [[.BuildCommit]])
</span>
<span
class=
"muted"
>
|
</a>
[[if .NewGrafanaVersionExists]]
<a
href=
"http://grafana.org/download"
target=
"_blank"
bs-tooltip=
"'[[.NewGrafanaVersion]]'"
>
<i
class=
"fa fa-question-circle-o"
></i>
New version available!
</a>
[[end]]
<ul>
<li>
<a
href=
"http://docs.grafana.org"
target=
"_blank"
>
<i
class=
"fa fa-file-code-o"
></i>
Docs
</a>
</li>
<li>
<a
href=
"https://grafana.net/support/plans"
target=
"_blank"
>
<i
class=
"fa fa-support"
></i>
Support Plans
</a>
</li>
<li>
<a
href=
"https://grafana.org/community"
target=
"_blank"
>
<i
class=
"fa fa-comments-o"
></i>
Community
</a>
</li>
<li>
<a
href=
"http://grafana.org"
target=
"_blank"
>
Grafana
</a>
<span
class=
"muted"
>
v[[.BuildVersion]] (commit: [[.BuildCommit]])
</span>
</li>
<li>
[[if .NewGrafanaVersionExists]]
<a
href=
"http://grafana.org/download"
target=
"_blank"
bs-tooltip=
"'[[.NewGrafanaVersion]]'"
>
New version available!
</a>
[[end]]
</li>
</ul>
</div>
</footer>
</grafana-app>
...
...
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