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
7aec74b9
Commit
7aec74b9
authored
Jun 17, 2014
by
Romain Courteaud
🐙
Committed by
Jérome Perrin
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop migrated code.
parent
86dc804b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
+0
-32
dream/platform/src/src/dream.js
dream/platform/src/src/dream.js
+0
-29
dream/platform/src/src/dream_launcher.js
dream/platform/src/src/dream_launcher.js
+0
-3
No files found.
dream/platform/src/src/dream.js
View file @
7aec74b9
...
...
@@ -22,7 +22,6 @@
(
function
(
scope
,
$
,
jsPlumb
,
console
)
{
"
use strict
"
;
<<<<<<<
HEAD
function
capacity_utilisation_graph_widget
(
input_data
,
output_data
)
{
var
available_capacity_by_station
=
{},
capacity_usage_by_station
=
{};
...
...
@@ -347,7 +346,6 @@
}
}
}
$
(
'
li.result
'
).
removeClass
(
'
active
'
);
$
(
$
(
'
li.result
'
)[
idx
]).
addClass
(
'
active
'
);
if
(
$
(
"
#reports
"
).
data
(
"
ui-tabs
"
))
{
...
...
@@ -362,33 +360,6 @@
$
(
"
li > a[href='#
"
+
widget_name
+
"
']
"
).
parent
().
hide
();
}
}
var
input
=
result
.
input
;
result
=
result
.
result
;
// display each of the enabled widget
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
station_utilisation_graph
){
station_utilisation_graph_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
capacity_utilisation_graph
){
capacity_utilisation_graph_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
queue_stat
){
queue_stat_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
exit_stat
){
exit_stat_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
job_schedule_spreadsheet
){
job_schedule_spreadsheet_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
job_gantt
){
job_gantt_widget
(
input
,
result
);
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
debug_json
){
debug_json_widget
(
input
,
result
);
}
// hack: make the tabs full width
$
(
"
#reports li
"
).
width
((
100
/
$
(
"
#reports li:visible
"
).
length
)
-
1
+
'
%
'
);
$
(
"
#reports li a
"
).
width
(
'
100%
'
).
css
({
'
text-align
'
:
'
left
'
});
...
...
dream/platform/src/src/dream_launcher.js
View file @
7aec74b9
...
...
@@ -61,9 +61,6 @@
$
(
'
#capacity_by_project_spreadsheet
'
).
hide
();
$
(
'
#capacity_by_station_spreadsheet
'
).
hide
();
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
wip_part_spreadsheet
){
$
(
"
#wip_part_spreadsheet
"
).
show
();
}
if
(
configuration
[
'
Dream-Configuration
'
].
gui
.
shift_spreadsheet
){
$
(
"
#shift_spreadsheet
"
).
show
();
}
...
...
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