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
f1caae12
Commit
f1caae12
authored
Nov 12, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(build): fixed build issues
parent
bad6a40a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
public/app/panels/table/controller.ts
+1
-0
tasks/options/ngtemplates.js
+3
-3
No files found.
public/app/panels/table/controller.ts
View file @
f1caae12
...
@@ -9,6 +9,7 @@ import {TableModel} from './table_model';
...
@@ -9,6 +9,7 @@ import {TableModel} from './table_model';
export
class
TablePanelCtrl
{
export
class
TablePanelCtrl
{
/** @ngInject */
constructor
(
$scope
,
$rootScope
,
$q
,
panelSrv
,
panelHelper
,
annotationsSrv
)
{
constructor
(
$scope
,
$rootScope
,
$q
,
panelSrv
,
panelHelper
,
annotationsSrv
)
{
$scope
.
ctrl
=
this
;
$scope
.
ctrl
=
this
;
$scope
.
pageIndex
=
0
;
$scope
.
pageIndex
=
0
;
...
...
tasks/options/ngtemplates.js
View file @
f1caae12
...
@@ -3,11 +3,11 @@ module.exports = function(config) {
...
@@ -3,11 +3,11 @@ module.exports = function(config) {
grafana
:
{
grafana
:
{
cwd
:
'<%= genDir %>'
,
cwd
:
'<%= genDir %>'
,
src
:
[
'app/**/*.html'
],
src
:
[
'app/**/*.html'
],
dest
:
'<%= genDir %>/app/co
mponents
/partials.js'
,
dest
:
'<%= genDir %>/app/co
re
/partials.js'
,
options
:
{
options
:
{
bootstrap
:
function
(
module
,
script
)
{
bootstrap
:
function
(
module
,
script
)
{
return
"define('app/co
mponents/partials', ['angular'], function(angular
) {
\
n"
+
return
"define('app/co
re/partials', ['app/core/core_module'], function(coreModule
) {
\
n"
+
"
angular.module('grafana')
.run(['$templateCache', function($templateCache) {
\
n"
+
"
coreModule
.run(['$templateCache', function($templateCache) {
\
n"
+
script
+
script
+
'
\
n}]);'
+
'
\
n}]);'
+
'
\
n});'
;
'
\
n});'
;
...
...
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