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
16303659
Commit
16303659
authored
Jan 30, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): fixes broken build
parent
2de8cdb8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
public/app/features/alerting/notification_edit_ctrl.ts
+1
-1
public/app/features/org/profile_ctrl.ts
+1
-1
public/app/features/playlist/playlist_edit_ctrl.ts
+2
-2
public/app/plugins/datasource/cloudwatch/config_ctrl.ts
+2
-2
No files found.
public/app/features/alerting/notification_edit_ctrl.ts
View file @
16303659
...
...
@@ -7,7 +7,7 @@ import {appEvents, coreModule} from 'app/core/core';
export
class
AlertNotificationEditCtrl
{
theForm
:
any
;
testSeverity
:
string
=
"critical"
;
testSeverity
=
"critical"
;
notifiers
:
any
;
notifierTemplateId
:
string
;
...
...
public/app/features/org/profile_ctrl.ts
View file @
16303659
...
...
@@ -9,7 +9,7 @@ export class ProfileCtrl {
old_theme
:
any
;
orgs
:
any
=
[];
userForm
:
any
;
showOrgsList
:
boolean
=
false
;
showOrgsList
=
false
;
/** @ngInject **/
constructor
(
private
backendSrv
,
private
contextSrv
,
private
$location
)
{
...
...
public/app/features/playlist/playlist_edit_ctrl.ts
View file @
16303659
...
...
@@ -8,8 +8,8 @@ import config from 'app/core/config';
export
class
PlaylistEditCtrl
{
filteredDashboards
:
any
=
[];
filteredTags
:
any
=
[];
searchQuery
:
string
=
''
;
loading
:
boolean
=
false
;
searchQuery
=
''
;
loading
=
false
;
playlist
:
any
=
{
interval
:
'5m'
,
};
...
...
public/app/plugins/datasource/cloudwatch/config_ctrl.ts
View file @
16303659
...
...
@@ -7,8 +7,8 @@ export class CloudWatchConfigCtrl {
static
templateUrl
=
'partials/config.html'
;
current
:
any
;
accessKeyExist
:
boolean
=
false
;
secretKeyExist
:
boolean
=
false
;
accessKeyExist
=
false
;
secretKeyExist
=
false
;
/** @ngInject */
constructor
(
$scope
)
{
...
...
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