Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
a32d7f12
Commit
a32d7f12
authored
May 10, 2018
by
eddie.woo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
42de9acc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
1 deletion
+6
-1
Gruntfile.js
atms-web/src/main/webapp/Gruntfile.js
+5
-0
adminModule.js
atms-web/src/main/webapp/app/adminModule.js
+1
-1
adminApp.js
atms-web/src/main/webapp/bundles/adminApp.js
+0
-0
systemConfiguration.js
atms-web/src/main/webapp/bundles/systemConfiguration.js
+0
-0
systemConfiguration.less
atms-web/src/main/webapp/bundles/systemConfiguration.less
+0
-0
No files found.
atms-web/src/main/webapp/Gruntfile.js
View file @
a32d7f12
...
...
@@ -304,6 +304,11 @@ grunt.initConfig({
'<%= pkg.bundleDest %>/appresources.less'
:
'<%= pkg.bundleDest %>/less/appresources.less'
}
},
systemConfiguration
:
{
files
:
{
'<%= pkg.bundleDest %>/systemConfiguration.less'
:
'<%= pkg.bundleDest %>/less/systemConfiguration.less'
}
},
common
:
{
files
:
{
'<%= pkg.bundleDest %>/common.less'
:
'<%= pkg.bundleDest %>/less/common.less'
...
...
atms-web/src/main/webapp/app/adminModule.js
View file @
a32d7f12
...
...
@@ -156,7 +156,7 @@ var commonModule = angular.module('app.common', ['pascalprecht.translate', 'ngAn
url
:
'/bundles/systemConfiguration.js?v='
+
version
,
type
:
'text/javascript'
},
{
url
:
'/bundles/
less/
systemConfiguration.less?v='
+
version
,
url
:
'/bundles/systemConfiguration.less?v='
+
version
,
type
:
'text/css'
}];
...
...
atms-web/src/main/webapp/bundles/adminApp.js
View file @
a32d7f12
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/bundles/systemConfiguration.js
0 → 100644
View file @
a32d7f12
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/bundles/systemConfiguration.less
0 → 100644
View file @
a32d7f12
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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