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
0688d7ca
Commit
0688d7ca
authored
Mar 01, 2016
by
Matt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moving from raintank to grafana, rebranded in Grafana orange
parent
5d5f5cd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
1 deletions
+40
-1
.bra.toml
+1
-1
public/img/loading-pulse.svg
+39
-0
No files found.
.bra.toml
View file @
0688d7ca
...
...
@@ -3,7 +3,7 @@ init_cmds = [
[
"go"
,
"build"
,
"-o"
,
"./bin/grafana-server"
,
"./pkg/cmd/grafana-server"
],
["./bin/grafana-server"]
]
watch_all
=
tru
e
watch_all
=
fals
e
watch_dirs
=
[
"$WORKDIR/pkg"
,
"$WORKDIR/public/views"
,
...
...
public/img/loading-pulse.svg
0 → 100644
View file @
0688d7ca
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
width=
"25"
height=
"25"
viewBox=
"0 0 44 44"
xmlns=
"http://www.w3.org/2000/svg"
stroke=
"#f7941d"
class=
"puff"
>
<g
fill=
"none"
fill-rule=
"evenodd"
stroke-width=
"3"
>
<circle
cx=
"22"
cy=
"22"
r=
"1"
>
<animate
attributeName=
"r"
begin=
"0s"
dur=
"3s"
values=
"1; 20"
calcMode=
"spline"
keyTimes=
"0; 1"
keySplines=
"0.165, 0.84, 0.44, 1"
repeatCount=
"indefinite"
/>
<animate
attributeName=
"stroke-opacity"
begin=
"0s"
dur=
"3s"
values=
"1; 0"
calcMode=
"spline"
keyTimes=
"0; 1"
keySplines=
"0.3, 0.61, 0.355, 1"
repeatCount=
"indefinite"
/>
</circle>
<circle
cx=
"22"
cy=
"22"
r=
"1"
>
<animate
attributeName=
"r"
begin=
"-1.5s"
dur=
"3s"
values=
"1; 20"
calcMode=
"spline"
keyTimes=
"0; 1"
keySplines=
"0.165, 0.84, 0.44, 1"
repeatCount=
"indefinite"
/>
<animate
attributeName=
"stroke-opacity"
begin=
"-1.5s"
dur=
"3s"
values=
"1; 0"
calcMode=
"spline"
keyTimes=
"0; 1"
keySplines=
"0.3, 0.61, 0.355, 1"
repeatCount=
"indefinite"
/>
</circle>
</g>
</svg>
\ No newline at end of file
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