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
45b1d42d
Commit
45b1d42d
authored
11 years ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code cleanups
parent
3672dd40
master
ACO_2vars
GeorgeMachProbOut
GeorgeReturnLists
KEPlugin
KEtool
LineClearance
LptSpt
ManPyEnv
OperationalFailures
USTUTT_next
USTUTT_next_updated
WSCACO_safe
batchesOptimizationNonStarvingEntry
daff
demandPlanningWork
demand_planning_graph_example
dipo_patch_rebased
dipo_patch_tmp
experiments
fix/mysqlclient_egg_name
fix_ignored_GUI_errors
full_schema
instanceJobshop2
jerome_integrate_dp_ke_gui
jerome_integrate_ke_gui
jerome_tmp_commit_for_anna
jerome_triangle_buffer
jerome_ws_gui
ketool3
klaus-non-obstrusive-change-for-olga
klaus-non-obtrusive
marco
moveToMaxWIP
nexedi_academic_exchange_demo
noRoutingQueue
old_gui
readWIPseperately
renderjs_batchPlugins
renderjs_shiftsPlugins
renderjsie
renderjsie_jobShop
renderjsie_merged
renderjsie_mergedOld
renderjsie_newInstances
review
rm_class_name
simpy2
skilledOperators
stochasticLight
testJSON
testJSON2
testJSON2Backup
testrunner
tutorial_add_tab
ulInitNewGui
ulmaster
ulmasterBackup
windows
workingBatchSize
before_new_format
SIMPAT
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
41 deletions
+4
-41
dream/platform/static/css/demo-new.css
dream/platform/static/css/demo-new.css
+1
-29
dream/platform/static/index.html
dream/platform/static/index.html
+2
-10
dream/platform/static/src/jsonPlumb.js
dream/platform/static/src/jsonPlumb.js
+1
-2
No files found.
dream/platform/static/css/demo-new.css
View file @
45b1d42d
...
...
@@ -217,37 +217,9 @@ path, ._jsPlumb_endpoint { cursor:pointer; }
padding-top
:
0.9em
;
font-size
:
0.9em
;
margin-top
:
1em
;
margin-left
:
1em
;
margin-left
:
1em
;
}
#not_available
{
position
:
absolute
;
width
:
200px
;
height
:
200px
;
border
:
2px
solid
;
margin-top
:
350px
;
margin-left
:
500px
;
border-radius
:
10px
;
}
#total_workers
{
position
:
absolute
;
width
:
100px
;
height
:
80px
;
border
:
2px
solid
;
margin-top
:
80px
;
margin-left
:
720px
;
border-radius
:
10px
;
}
#total_throughput
{
position
:
absolute
;
width
:
100px
;
height
:
80px
;
border
:
2px
solid
;
margin-top
:
200px
;
margin-left
:
720px
;
border-radius
:
10px
;
}
This diff is collapsed.
Click to expand it.
dream/platform/static/index.html
View file @
45b1d42d
...
...
@@ -45,17 +45,9 @@
</textarea></td>
</table>
<!--
<div id="explanation">
<p>This is a demonstration of Flowchart combined with simulation.</p>
<p>Drag not available people to the box "Available". If there is enough workers, a green path will be displayed on the Flowchart.</p>
<p>Every time there is change to the list of available/not available people, a simulation server get informations and process new calculation.</p>
<p>For now, there is no real simulation, only some little code to make this demo working</p>
<p>This demonstration uses jsPlumb 1.4.0, jQuery 1.8.1 and jQuery UI 1.8.23.</p>
</div>
-->
</div>
<!-- DEP -->
<!-- DEP -->
<script
type=
"text/javascript"
src=
"lib/jquery-1.8.1-min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/jquery-ui-1.8.23-min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/jquery.ui.touch-punch.min.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
dream/platform/static/src/jsonPlumb.js
View file @
45b1d42d
...
...
@@ -52,14 +52,13 @@
// listen for clicks on connections, and offer to change values on click.
jsPlumb
.
bind
(
"
click
"
,
function
(
conn
)
{
//priv.dialog_connection = conn;
jsPlumb
.
detach
(
conn
);
});
jsPlumb
.
bind
(
"
beforeDetach
"
,
function
(
conn
)
{
return
confirm
(
"
Delete connection?
"
);
});
jsPlumb
.
bind
(
"
connectionDrag
"
,
function
(
connection
)
{
});
...
...
This diff is collapsed.
Click to expand it.
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