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
8b51f58f
Commit
8b51f58f
authored
Feb 23, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(row_editor): tight-form -> gf-form
parent
310b0e88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
42 deletions
+27
-42
public/app/partials/roweditor.html
+27
-42
No files found.
public/app/partials/roweditor.html
View file @
8b51f58f
...
...
@@ -5,60 +5,45 @@
Row settings
</div>
<div
ng-model=
"editor.index"
bs-tabs
style=
"text-transform:capitalize;"
>
<div
ng-repeat=
"tab in ['General']"
data-title=
"{{tab}}"
>
</div>
</div>
<button
class=
"gf-box-header-close-btn"
ng-click=
"dismiss();"
>
<i
class=
"fa fa-remove"
></i>
</button>
</div>
<div
class=
"gf-box-body"
>
<div
class=
"editor-row
"
>
<div
class=
"section
"
>
<div
class=
"row"
>
<div
class=
"col-md-8
"
>
<div
class=
"page-heading
"
>
<h5>
Row details
</h5>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
>
Title
</li>
<li>
<input
type=
"text"
class=
"input-xlarge tight-form-input"
ng-model=
'row.title'
></input>
</li>
<li
class=
"tight-form-item"
>
Height
</li>
<li>
<input
type=
"text"
class=
"input-small tight-form-input"
ng-model=
'row.height'
></input>
</li>
<li
class=
"tight-form-item last"
>
<label
class=
"checkbox-label"
for=
"row.showTitle"
>
Show Title
</label>
<input
class=
"cr1"
id=
"row.showTitle"
type=
"checkbox"
ng-model=
"row.showTitle"
ng-checked=
"row.showTitle"
>
<label
for=
"row.showTitle"
class=
"cr1"
></label>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-6"
>
Title
</span>
<input
type=
"text"
class=
"gf-form-input max-width-14"
ng-model=
'row.title'
></input>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-6"
>
Height
</span>
<input
type=
"text"
class=
"gf-form-input max-width-8"
ng-model=
'row.height'
></input>
<editor-checkbox
text=
"Show Title"
model=
"row.showTitle"
></editor-checkbox>
</div>
</div>
<div
class=
"section"
>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"page-heading"
>
<h5>
Templating options
</h5>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
>
Repeat Row
</li>
<li>
<select
class=
"input-small tight-form-input last"
ng-model=
"row.repeat"
ng-options=
"f.name as f.name for f in dashboard.templating.list"
>
</div>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
Repeat Row
</span>
<div
class=
"gf-form-select-wrapper max-width-10"
>
<select
class=
"gf-form-input"
ng-model=
"row.repeat"
ng-options=
"f.name as f.name for f in dashboard.templating.list"
>
<option
value=
""
></option>
</select>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
</div>
</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