Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
4ca4b874
Commit
4ca4b874
authored
Jun 13, 2014
by
Romain Courteaud
Committed by
Jérome Perrin
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename mixin.
parent
5ef0fdc8
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
10 deletions
+10
-10
dream/platform/src2/dream/debug_json.html
dream/platform/src2/dream/debug_json.html
+1
-1
dream/platform/src2/dream/edit_table.html
dream/platform/src2/dream/edit_table.html
+1
-1
dream/platform/src2/dream/exit_stat.html
dream/platform/src2/dream/exit_stat.html
+1
-1
dream/platform/src2/dream/job_gantt.html
dream/platform/src2/dream/job_gantt.html
+1
-1
dream/platform/src2/dream/job_schedule_spreadsheet.html
dream/platform/src2/dream/job_schedule_spreadsheet.html
+1
-1
dream/platform/src2/dream/manage_document.html
dream/platform/src2/dream/manage_document.html
+1
-1
dream/platform/src2/dream/mixin_document_page.js
dream/platform/src2/dream/mixin_document_page.js
+0
-0
dream/platform/src2/dream/production_line.html
dream/platform/src2/dream/production_line.html
+1
-1
dream/platform/src2/dream/queue_stat_graph.html
dream/platform/src2/dream/queue_stat_graph.html
+1
-1
dream/platform/src2/dream/run_simulation.html
dream/platform/src2/dream/run_simulation.html
+1
-1
dream/platform/src2/dream/station_utilisation_graph.html
dream/platform/src2/dream/station_utilisation_graph.html
+1
-1
No files found.
dream/platform/src2/dream/debug_json.html
View file @
4ca4b874
...
...
@@ -6,7 +6,7 @@
<title>
Debug JSON
</title>
<script
src=
"../<%= copy.rsvp.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"debug_json.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/edit_table.html
View file @
4ca4b874
...
...
@@ -7,7 +7,7 @@
<script
src=
"../<%= copy.rsvp.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"edit_table.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/exit_stat.html
View file @
4ca4b874
...
...
@@ -7,7 +7,7 @@
<script
src=
"../<%= copy.rsvp.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.handlebars.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"exit_stat.js"
type=
"text/javascript"
></script>
<script
id=
"interval-through-metric-template"
type=
"text/x-handlebars-template"
>
...
...
dream/platform/src2/dream/job_gantt.html
View file @
4ca4b874
...
...
@@ -10,7 +10,7 @@
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= curl.jquery.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.dhtmlxganttjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"job_gantt.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/job_schedule_spreadsheet.html
View file @
4ca4b874
...
...
@@ -8,7 +8,7 @@
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= curl.momentjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"job_schedule_spreadsheet.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/manage_document.html
View file @
4ca4b874
...
...
@@ -9,7 +9,7 @@
<script
src=
"../<%= curl.jquery.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= curl.jquerymobilejs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"manage_document.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/
document_page_mixin
.js
→
dream/platform/src2/dream/
mixin_document_page
.js
View file @
4ca4b874
File moved
dream/platform/src2/dream/production_line.html
View file @
4ca4b874
...
...
@@ -7,7 +7,7 @@
<script
src=
"../<%= copy.rsvp.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"production_line.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/queue_stat_graph.html
View file @
4ca4b874
...
...
@@ -8,7 +8,7 @@
<script
src=
"../<%= copy.renderjs.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= curl.jqueryflot.relative_dest %>"
></script>
<script
src=
"../<%= curl.jqueryflotstack.relative_dest %>"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"queue_stat_graph.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/run_simulation.html
View file @
4ca4b874
...
...
@@ -14,7 +14,7 @@
<
label
>
{{
label
}}
<
/label
>
</script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"run_simulation.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
dream/platform/src2/dream/station_utilisation_graph.html
View file @
4ca4b874
...
...
@@ -9,7 +9,7 @@
<script
src=
"../<%= curl.jquery.relative_dest %>"
type=
"text/javascript"
></script>
<script
src=
"../<%= curl.jqueryflot.relative_dest %>"
></script>
<script
src=
"../<%= curl.jqueryflotstack.relative_dest %>"
></script>
<script
src=
"
document_page_mixin
.js"
type=
"text/javascript"
></script>
<script
src=
"
mixin_document_page
.js"
type=
"text/javascript"
></script>
<script
src=
"station_utilisation_graph.js"
type=
"text/javascript"
></script>
</head>
<body>
...
...
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