
remove node modules make new data file for web ui initial commit of dashboard switch back to non SSL request move port splitting to common place; add to node resource location Signed-off-by: Patrick Reilly <patrick@kismatic.io> various path fixes make svg path relative work around missing mime type Signed-off-by: Patrick Reilly <patrick@kismatic.io> fix paths fix karma path remove bad protractor test
17 lines
473 B
JavaScript
17 lines
473 B
JavaScript
// APP START
|
|
// ****************************
|
|
// /www/app/assets/app.js is autogenerated. Do not modify.
|
|
// Changes should be made in /master/modules/js or /master/components/<component-name>/js
|
|
// ****************************
|
|
// -----------------------------------
|
|
|
|
var app = angular.module('kubernetesApp', [
|
|
'ngRoute',
|
|
'ngMaterial',
|
|
'ngLodash',
|
|
'door3.css',
|
|
'kubernetesApp.config',
|
|
'kubernetesApp.services',
|
|
'angular.filter'
|
|
].concat(componentNamespaces));
|