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
f7b481fc
Commit
f7b481fc
authored
Mar 02, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): updated inspector modal
parent
8bc1af9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
public/app/partials/inspector.html
+14
-12
No files found.
public/app/partials/inspector.html
View file @
f7b481fc
<div
class=
"modal-body gf-box gf-box-no-margin"
ng-controller=
"InspectCtrl"
ng-init=
"init()"
>
<div
class=
"gf-box-header"
>
<div
class=
"gf-box-title"
>
<i
class=
"fa fa-eye"
></i>
<div
class=
"modal-body"
ng-controller=
"InspectCtrl"
ng-init=
"init()"
>
<div
class=
"modal-header"
>
<h2
class=
"modal-header-title"
>
Inspector
</
div
>
</
h2
>
<div
ng-model=
"editor.index"
bs-tabs
>
<div
ng-repeat=
"tab in ['Request', 'Response', 'JS Error']"
data-title=
"{{tab}}"
>
</div>
</div>
<ul
class=
"gf-tabs"
>
<li
class=
"gf-tabs-item"
ng-repeat=
"tab in ['Request', 'Response', 'JS Error']"
>
<a
class=
"gf-tabs-link"
ng-click=
"editor.index = $index"
ng-class=
"{active: editor.index === $index}"
>
{{::tab}}
</a>
</li>
</ul>
<
button
class=
"gf-box-header-close-btn
"
ng-click=
"dismiss();"
>
<
a
class=
"modal-header-close
"
ng-click=
"dismiss();"
>
<i
class=
"fa fa-remove"
></i>
</
button
>
</
a
>
</div>
<div
class=
"
gf-box-body
"
>
<div
class=
"
modal-content
"
>
<div
ng-if=
"editor.index == 0"
>
<h5
class=
"section-heading"
>
Request details
</h5>
...
...
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