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
f9e7b14f
Commit
f9e7b14f
authored
Feb 10, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup(): removed old file
parent
dad39452
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
48 deletions
+1
-48
public/app/features/panel/partials/panel.html
+0
-47
tslint.json
+1
-1
No files found.
public/app/features/panel/partials/panel.html
deleted
100644 → 0
View file @
dad39452
<div
class=
"panel-container"
ng-class=
"{'panel-transparent': ctrl.panel.transparent}"
>
<div
class=
"panel-header"
>
<span
class=
"alert-error panel-error small pointer"
ng-if=
"ctrl.error"
ng-click=
"ctrl.openInspector()"
>
<span
data-placement=
"top"
bs-tooltip=
"ctrl.error"
>
<i
class=
"fa fa-exclamation"
></i><span
class=
"panel-error-arrow"
></span>
</span>
</span>
<span
class=
"panel-loading"
ng-show=
"ctrl.loading"
>
<i
class=
"fa fa-spinner fa-spin"
></i>
</span>
<div
class=
"panel-title-container drag-handle"
panel-menu
></div>
</div>
<div
class=
"panel-content"
>
<ng-transclude></ng-transclude>
</div>
<panel-resizer></panel-resizer>
</div>
<div
class=
"panel-full-edit"
ng-if=
"ctrl.editMode"
>
<div
class=
"gf-box"
>
<div
class=
"gf-box-header"
>
<div
class=
"gf-box-title"
>
<i
ng-class=
"ctrl.icon"
></i>
{{ctrl.name}}
</div>
<div
ng-model=
"ctrl.editorTabIndex"
bs-tabs
>
<div
ng-repeat=
"tab in ctrl.editorTabs"
data-title=
"{{tab.title}}"
>
</div>
</div>
<button
class=
"gf-box-header-close-btn"
ng-click=
"ctrl.exitFullscreen();"
>
Back to dashboard
</button>
</div>
<div
class=
"gf-box-body"
>
<div
ng-repeat=
"tab in ctrl.editorTabs"
ng-if=
"ctrl.editorTabIndex === $index"
>
<panel-editor-tab
editor-tab=
"tab"
ctrl=
"ctrl"
index=
"$index"
></panel-editor-tab>
</div>
</div>
</div>
</div>
tslint.json
View file @
f9e7b14f
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
"no-debugger"
:
true
,
"no-debugger"
:
true
,
"no-duplicate-key"
:
true
,
"no-duplicate-key"
:
true
,
"no-duplicate-variable"
:
true
,
"no-duplicate-variable"
:
true
,
"no-empty"
:
tru
e
,
"no-empty"
:
fals
e
,
"no-eval"
:
true
,
"no-eval"
:
true
,
"no-inferrable-types"
:
true
,
"no-inferrable-types"
:
true
,
"no-shadowed-variable"
:
false
,
"no-shadowed-variable"
:
false
,
...
...
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