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
1b9b8ba2
Commit
1b9b8ba2
authored
Jan 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed two icons
parent
c1272de4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/features/admin/partials/datasources.html
+2
-2
src/app/partials/register.html
+1
-1
No files found.
src/app/features/admin/partials/datasources.html
View file @
1b9b8ba2
...
...
@@ -36,13 +36,13 @@
</td>
<td
style=
"width: 1%"
>
<a
ng-click=
"edit(ds)"
class=
"btn btn-success btn-mini"
>
<i
class=
"
icon
-edit"
></i>
<i
class=
"
fa fa
-edit"
></i>
Edit
</a>
</td>
<td
style=
"width: 1%"
>
<a
ng-click=
"remove(ds)"
class=
"btn btn-danger btn-mini"
>
<i
class=
"
icon
-remove"
></i>
<i
class=
"
fa fa
-remove"
></i>
</a>
</td>
</tr>
...
...
src/app/partials/register.html
View file @
1b9b8ba2
...
...
@@ -35,7 +35,7 @@
</div>
<div
class=
"span4"
>
<button
type=
"submit"
ng-click=
"register()"
class=
"btn btn-success btn-large"
>
<i
class=
"
icon
-lock"
></i>
<i
class=
"
fa fa
-lock"
></i>
Sign up
</button>
</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