d96634b5ae
This is the initial check in of the dashboard UI. Change-Id: I5621896191f3664ed504b38e7cdc405c422c76fd
107 lines
3.1 KiB
Plaintext
107 lines
3.1 KiB
Plaintext
|
|
app/app.js
|
|
----------------
|
|
vendor/jquery/jquery-1.8.0.js
|
|
vendor/underscore.js
|
|
app/components/underscore.extended.js
|
|
vendor/crypto.min.js
|
|
app/components/settings.js
|
|
vendor/angular/angular.js
|
|
app/../vendor/elasticjs/elastic.js
|
|
vendor/elasticjs/elastic-angular-client.js
|
|
vendor/bootstrap/bootstrap.js
|
|
vendor/angular/angular-sanitize.js
|
|
vendor/angular/timepicker.js
|
|
vendor/angular/datepicker.js
|
|
vendor/angular/angular-strap.js
|
|
vendor/jquery/jquery-ui-1.10.3.js
|
|
vendor/angular/angular-dragdrop.js
|
|
app/components/extend-jquery.js
|
|
vendor/angular/bindonce.js
|
|
app/services/alertSrv.js
|
|
vendor/moment.js
|
|
app/components/kbn.js
|
|
vendor/modernizr-2.6.1.js
|
|
vendor/filesaver.js
|
|
app/services/dashboard.js
|
|
app/services/graphite/graphiteDatasource.js
|
|
app/services/influxdb/influxdbDatasource.js
|
|
app/services/opentsdb/opentsdbDatasource.js
|
|
app/services/kairosdb/kairosdbDatasource.js
|
|
app/services/datasourceSrv.js
|
|
app/services/filterSrv.js
|
|
app/services/timer.js
|
|
app/services/panelMove.js
|
|
app/services/keyboardManager.js
|
|
app/services/annotationsSrv.js
|
|
app/services/playlistSrv.js
|
|
app/services/unsavedChangesSrv.js
|
|
app/services/all.js
|
|
app/services/dashboard/dashboardKeyBindings.js
|
|
app/services/dashboard/all.js
|
|
app/controllers/dash.js
|
|
app/controllers/dashLoader.js
|
|
app/controllers/row.js
|
|
app/controllers/submenuCtrl.js
|
|
app/controllers/pulldown.js
|
|
app/controllers/search.js
|
|
app/controllers/metricKeys.js
|
|
app/services/graphite/gfunc.js
|
|
app/services/graphite/lexer.js
|
|
app/services/graphite/parser.js
|
|
app/controllers/graphiteTarget.js
|
|
app/controllers/graphiteImport.js
|
|
app/controllers/influxTargetCtrl.js
|
|
app/controllers/playlistCtrl.js
|
|
app/controllers/inspectCtrl.js
|
|
app/controllers/opentsdbTargetCtrl.js
|
|
app/controllers/kairosdbTargetCtrl.js
|
|
app/controllers/all.js
|
|
app/directives/addPanel.js
|
|
app/directives/arrayJoin.js
|
|
app/directives/dashUpload.js
|
|
app/controllers/panelBaseCtrl.js
|
|
app/directives/kibanaPanel.js
|
|
app/directives/kibanaSimplePanel.js
|
|
app/directives/ngBlur.js
|
|
app/directives/ngModelOnBlur.js
|
|
app/directives/tip.js
|
|
app/directives/confirmClick.js
|
|
app/directives/configModal.js
|
|
vendor/spectrum.js
|
|
app/directives/spectrumPicker.js
|
|
app/directives/grafanaGraph.js
|
|
vendor/tagsinput/bootstrap-tagsinput.js
|
|
app/directives/bootstrap-tagsinput.js
|
|
app/directives/bodyClass.js
|
|
app/directives/addGraphiteFunc.js
|
|
app/directives/graphiteFuncEditor.js
|
|
app/directives/grafanaVersionCheck.js
|
|
app/directives/influxdbFuncEditor.js
|
|
app/directives/all.js
|
|
app/filters/all.js
|
|
app/components/partials.js
|
|
app/app.js
|
|
vendor/require/css.js
|
|
vendor/require/text.js
|
|
vendor/jquery/jquery.flot.js
|
|
vendor/jquery/jquery.flot.pie.js
|
|
app/panels/annotations/module.js
|
|
text!panels/annotations/module.html
|
|
app/panels/filtering/module.js
|
|
text!panels/filtering/module.html
|
|
app/panels/graph/timeSeries.js
|
|
vendor/jquery/jquery.flot.events.js
|
|
vendor/jquery/jquery.flot.selection.js
|
|
vendor/jquery/jquery.flot.time.js
|
|
vendor/jquery/jquery.flot.byte.js
|
|
vendor/jquery/jquery.flot.stack.js
|
|
vendor/jquery/jquery.flot.stackpercent.js
|
|
app/panels/graph/module.js
|
|
text!panels/graph/module.html
|
|
app/panels/text/lib/showdown.js
|
|
app/panels/text/module.js
|
|
text!panels/text/module.html
|
|
app/panels/timepicker/module.js
|
|
text!panels/timepicker/module.html
|