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
c09788a0
Commit
c09788a0
authored
Jan 31, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GUI: remove default actions that are now defined in the JSON
parent
e842ba63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
155 deletions
+1
-155
dream/platform/src/dream/index.js
dream/platform/src/dream/index.js
+1
-155
No files found.
dream/platform/src/dream/index.js
View file @
c09788a0
...
...
@@ -27,162 +27,8 @@
"
type
"
:
"
object_fast_input
"
,
"
title
"
:
"
Create Document
"
}
},
// TODO: remove this once everything is merged.
"
Input
"
:
{
"
view
"
:
{
"
gadget
"
:
"
Input_viewProductionLine
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Production Line
"
},
"
view_wip_part_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewWipPartSpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
WIP Part Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.wip_part_spreadsheet);
}
*/
},
"
view_shift_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewShiftSpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Shift Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.shift_spreadsheet);
}
*/
},
"
view_available_capacity_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewAvailableCapacitySpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Available Capacity Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.capacity_by_project_spreadsheet);
}
*/
},
"
view_required_capacity_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewRequiredCapacitySpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Required Capacity Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.capacity_by_station_spreadsheet);
}
*/
},
"
view_dp_capacity_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewDemandPlanningCapacitySpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Demand Planning Required Capacity Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.dp_capacity_spreadsheet);
}
*/
},
"
view_dp_route_spreadsheet
"
:
{
"
gadget
"
:
"
Input_viewDemandPlanningRouteSpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Demand Planning Route Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.dp_route_spreadsheet);
}
*/
},
"
view_simu
"
:
{
"
gadget
"
:
"
Input_viewSimulation
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Run simulation
"
},
"
view_management
"
:
{
"
gadget
"
:
"
Input_viewDocumentManagement
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Manage document
"
},
"
view_result
"
:
{
"
gadget
"
:
"
Input_viewResultList
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Results
"
}
},
"
Output
"
:
{
"
view
"
:
{
"
gadget
"
:
"
Output_viewStationUtilisationGraph
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Stations Utilization
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.station_utilisation_graph);
}
*/
},
"
download_excel_spreadsheet
"
:
{
"
gadget
"
:
"
Output_viewDownloadExcelSpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Download Excel Spreadsheet
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.download_excel_spreadsheet);
}
*/
},
"
view_capacity_utilization
"
:
{
"
gadget
"
:
"
Output_viewCapacityUtilisationGraph
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Capacity Utilization
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.capacity_utilisation_graph);
}
*/
},
"
view_queue_stat
"
:
{
"
gadget
"
:
"
Output_viewQueueStatGraph
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Queues Statistics
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.queue_stat);
}
*/
},
"
view_exit_stat
"
:
{
"
gadget
"
:
"
Output_viewExitStatistics
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Exit Statistics
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.exit_stat);
}
*/
},
"
view_gantt
"
:
{
"
gadget
"
:
"
Output_viewJobGantt
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Job Gantt
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.job_gantt);
}
*/
},
"
view_schedule
"
:
{
"
gadget
"
:
"
Output_viewJobScheduleSpreadsheet
"
,
"
type
"
:
"
object_view
"
,
"
title
"
:
"
Job Schedule
"
/* ,
"condition": function (gadget) {
return (gadget.props.configuration_dict['Dream-Configuration']
.gui.job_schedule_spreadsheet);
}
*/
}
}
},
panel_template
,
navigation_template
,
...
...
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