summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/src/main.js
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-04 21:02:27 +0800
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-06 14:58:45 +0800
commite32043f58a2450b6a5986dc2a01f64f8b22c3992 (patch)
tree650f6ce0381e53c3ca935025e9121f06725efd5d /testing-scheduler/ui/src/main.js
parenta09bbea983aca3e437e254566da98196177748d9 (diff)
Change naming and veriy test-scheduler function
Changes: 1. Testing-scheduler -> Test-scheduler 2. lots of windows breaks '\r' and '^M' in files, batch changes to unix breaks '$' 3. Add ui/build Change-Id: I1f2c98ab9348460d4e68bfbfab664dae82b761ba Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testing-scheduler/ui/src/main.js')
-rw-r--r--testing-scheduler/ui/src/main.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing-scheduler/ui/src/main.js b/testing-scheduler/ui/src/main.js
deleted file mode 100644
index 87489797..00000000
--- a/testing-scheduler/ui/src/main.js
+++ /dev/null
@@ -1,31 +0,0 @@
-// The Vue build version to load with the `import` command
-// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
-import '../node_modules//bootstrap/dist/css/bootstrap.min.css'
-import '../node_modules/font-awesome/css/font-awesome.min.css'
-import './assets/css/style.css'
-import 'animate.css'
-import './assets/css/mystyle.css'
-import './assets/css/wf-graph.css'
-import './assets/css/toastr.min.css'
-
-import $ from './assets/js/jquery-vendor.js'
-import 'bootstrap'
-import 'metismenu'
-import slimScroll from 'jquery-slimscroll'
-
-import './assets/js/inspinia.js'
-import './assets/js/pace.min.js'
-import './assets/js/toastr.min.js'
-import Vue from 'vue'
-import global from './Global'
-import App from './App'
-import router from './router'
-Vue.config.productionTip = false
-Vue.prototype.global = global
-/* eslint-disable no-new */
-new Vue({
- el: '#app',
- router,
- components: { App },
- template: '<App/>'
-}) \ No newline at end of file