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
1542e8c1
Commit
1542e8c1
authored
Dec 07, 2017
by
Patrick O'Carroll
Committed by
Torkel Ödegaard
Dec 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed row to center footer (#10115)
* removed row to center footer * code formatting fix
parent
548652aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
18 deletions
+23
-18
public/views/index.template.html
+23
-18
No files found.
public/views/index.template.html
View file @
1542e8c1
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width"
>
<meta
name=
"viewport"
content=
"width=device-width"
>
...
@@ -15,16 +16,18 @@
...
@@ -15,16 +16,18 @@
<link
rel=
"icon"
type=
"image/png"
href=
"public/img/fav32.png"
>
<link
rel=
"icon"
type=
"image/png"
href=
"public/img/fav32.png"
>
<link
rel=
"mask-icon"
href=
"public/img/grafana_mask_icon.svg"
color=
"#F05A28"
>
<link
rel=
"mask-icon"
href=
"public/img/grafana_mask_icon.svg"
color=
"#F05A28"
>
</head>
</head>
<body
ng-cloak
class=
"theme-[[ .Theme ]]"
>
<body
ng-cloak
class=
"theme-[[ .Theme ]]"
>
<grafana-app
class=
"grafana-app"
>
<grafana-app
class=
"grafana-app"
>
<sidemenu
class=
"sidemenu"
></sidemenu>
<sidemenu
class=
"sidemenu"
></sidemenu>
<div
class=
"page-alert-list"
>
<div
class=
"page-alert-list"
>
<div
ng-repeat=
'alert in dashAlerts.list'
class=
"alert-{{alert.severity}} alert"
>
<div
ng-repeat=
'alert in dashAlerts.list'
class=
"alert-{{alert.severity}} alert"
>
<div
class=
"alert-icon"
><i
class=
"{{alert.icon}}"
></i></div>
<div
class=
"alert-icon"
>
<i
class=
"{{alert.icon}}"
></i>
</div>
<div
class=
"alert-body"
>
<div
class=
"alert-body"
>
<div
class=
"alert-title"
>
{{alert.title}}
</div>
<div
class=
"alert-title"
>
{{alert.title}}
</div>
<div
class=
"alert-text"
ng-bind=
'alert.text'
></div>
<div
class=
"alert-text"
ng-bind=
'alert.text'
></div>
...
@@ -40,23 +43,23 @@
...
@@ -40,23 +43,23 @@
<div
ng-view
></div>
<div
ng-view
></div>
<footer
class=
"footer"
>
<footer
class=
"footer"
>
<div
class=
"row text-
center"
>
<div
class=
"text-
center"
>
<ul>
<ul>
<li>
<li>
<a
href=
"http://docs.grafana.org"
target=
"_blank"
>
<a
href=
"http://docs.grafana.org"
target=
"_blank"
>
<i
class=
"fa fa-file-code-
o"
></i>
<i
class=
"fa fa-file-code-
o"
></i>
Docs
Docs
</a>
</a>
</li>
</li>
<li>
<li>
<a
href=
"https://grafana.com/services/support"
target=
"_blank"
>
<a
href=
"https://grafana.com/services/support"
target=
"_blank"
>
<i
class=
"fa fa-
support"
></i>
<i
class=
"fa fa-
support"
></i>
Support Plans
Support Plans
</a>
</a>
</li>
</li>
<li>
<li>
<a
href=
"https://community.grafana.com/"
target=
"_blank"
>
<a
href=
"https://community.grafana.com/"
target=
"_blank"
>
<i
class=
"fa fa-comments-
o"
></i>
<i
class=
"fa fa-comments-
o"
></i>
Community
Community
</a>
</a>
</li>
</li>
...
@@ -66,7 +69,7 @@
...
@@ -66,7 +69,7 @@
</li>
</li>
[[if .NewGrafanaVersionExists]]
[[if .NewGrafanaVersionExists]]
<li>
<li>
<a
href=
"https://grafana.com/get"
target=
"_blank"
bs
&#
45
;
tooltip=
"'[[.NewGrafanaVersion]]'"
>
<a
href=
"https://grafana.com/get"
target=
"_blank"
bs-
tooltip=
"'[[.NewGrafanaVersion]]'"
>
New version available!
New version available!
</a>
</a>
</li>
</li>
...
@@ -80,13 +83,11 @@
...
@@ -80,13 +83,11 @@
<script>
<script>
window
.
grafanaBootData
=
{
window
.
grafanaBootData
=
{
user
:[[.
User
]],
user
:
[[.
User
]],
settings
:
[[.
Settings
]],
settings
:
[[.
Settings
]],
navTree
:
[[.
NavTree
]]
navTree
:
[[.
NavTree
]]
};
};
</script>
</script>
[[if .GoogleTagManagerId]]
[[if .GoogleTagManagerId]]
<script>
<script>
dataLayer
=
[{
dataLayer
=
[{
'IsSignedIn'
:
'[[.User.IsSignedIn]]'
,
'IsSignedIn'
:
'[[.User.IsSignedIn]]'
,
...
@@ -98,12 +99,16 @@
...
@@ -98,12 +99,16 @@
}];
}];
</script>
</script>
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<noscript><iframe
src=
"//www.googletagmanager.com/ns.html?id=[[.GoogleTagManagerId]]"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
<noscript>
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
<iframe
src=
"//www.googletagmanager.com/ns.html?id=[[.GoogleTagManagerId]]"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe>
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'//www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
</noscript>
})(
window
,
document
,
'script'
,
'dataLayer'
,
'[[.GoogleTagManagerId]]'
);
</script>
<script>
(
function
(
w
,
d
,
s
,
l
,
i
)
{
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'//www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
})(
window
,
document
,
'script'
,
'dataLayer'
,
'[[.GoogleTagManagerId]]'
);
</script>
<!-- End Google Tag Manager -->
<!-- End Google Tag Manager -->
[[end]]
[[end]]
</body>
</body>
</html>
</html>
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