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
fc9de68e
Commit
fc9de68e
authored
Jan 21, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed broken html on login page
parent
1fb9bbba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
37 deletions
+1
-37
src/app/partials/loadmetrics.html
+0
-36
src/app/partials/login.html
+1
-1
No files found.
src/app/partials/loadmetrics.html
deleted
100644 → 0
View file @
1fb9bbba
<div
ng-controller=
"MetricKeysCtrl"
ng-init=
"init()"
>
<h5>
Load metrics keys into elastic search
</h5>
<p>
Work in progress...
</p>
<!-- <div class="row-fluid">
<div class="span12">
<label class="small">Load metrics recursive starting from this metric path</label>
<input type="text" class="input-xlarge" ng-model="metricPath"> </input>
</div>
</div>
<div class="row-fluid" style="margin-top: 15px;">
<div class="span12">
<button class="btn btn-success" ng-click="createIndex()">Clear/Create index</button>
<button class="btn btn-success" ng-click="loadMetricsFromPath()">Load from metric path</button>
<button class="btn btn-danger" ng-click="loadAll()">Load all</button>
<tip>Load all will fetch all metrics in one call, can be intensive for graphite and for the browser if you have a lot of metrics</tip>
</div>
</div>
<div class="row-fluid" style="margin-top: 15px;">
<div class="span12" ng-show="infoText" style="padding-top: 10px;">
{{infoText}}
</div>
<div class="span12 alert alert-error" ng-show="errorText">
{{errorText}}
</div>
</div>
<div class="row-fluid" ng-show="metricCounter">
<div class="span12" style="padding-top: 10px;">
Metrics indexed: {{metricCounter}}
</div>
</div> -->
</div>
src/app/partials/login.html
View file @
fc9de68e
...
...
@@ -28,7 +28,7 @@
Password
</li>
<li>
<input
type=
"password"
class=
"tight-form-input last"
required
ng-model=
"loginModel.password"
id=
"inputPassword"
style=
"width: 246px"
placeholder=
"password"
<input
type=
"password"
class=
"tight-form-input last"
required
ng-model=
"loginModel.password"
id=
"inputPassword"
style=
"width: 246px"
placeholder=
"password"
>
</li>
</ul>
<div
class=
"clearfix"
></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