Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
68bcd4fe
Commit
68bcd4fe
authored
Mar 06, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move ee-specific files into the ee namespace
parent
d8656e0c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/pages/projects/clusters/show/index.js
app/assets/javascripts/pages/projects/clusters/show/index.js
+0
-2
ee/app/assets/javascripts/pages/projects/clusters/show/cluster_health.js
...avascripts/pages/projects/clusters/show/cluster_health.js
+0
-0
ee/app/assets/javascripts/pages/projects/clusters/show/index.js
.../assets/javascripts/pages/projects/clusters/show/index.js
+4
-0
ee/app/views/projects/clusters/_health.html.haml
ee/app/views/projects/clusters/_health.html.haml
+0
-0
No files found.
app/assets/javascripts/pages/projects/clusters/show/index.js
View file @
68bcd4fe
import
ClustersBundle
from
'
~/clusters/clusters_bundle
'
;
import
initClusterHealth
from
'
./cluster_health
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
new
ClustersBundle
();
// eslint-disable-line no-new
initClusterHealth
();
});
app/assets/javascripts/pages/projects/clusters/show/cluster_health.js
→
ee/
app/assets/javascripts/pages/projects/clusters/show/cluster_health.js
View file @
68bcd4fe
File moved
ee/app/assets/javascripts/pages/projects/clusters/show/index.js
0 → 100644
View file @
68bcd4fe
import
'
~/pages/projects/clusters/show
'
;
import
initClusterHealth
from
'
./cluster_health
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
initClusterHealth
);
app/views/projects/clusters/_health.html.haml
→
ee/
app/views/projects/clusters/_health.html.haml
View file @
68bcd4fe
File moved
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