Skip to content

Commit

Permalink
Merge pull request #10 from cristianonicolai/kie-server-for-workbench
Browse files Browse the repository at this point in the history
Kie server for workbench
  • Loading branch information
cristianonicolai committed Jun 6, 2016
2 parents 3430ba1 + ff6e952 commit d541228
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ protected List<? extends MenuItem> getExperimentalViews() {
protected List<? extends MenuItem> getDeploymentViews() {
final List<MenuItem> result = new ArrayList<>( 3 );

result.add( MenuFactory.newSimpleItem( constants.Server_Management() ).place( new DefaultPlaceRequest( "ServerManagementPerspective" ) ).endMenu().build().getItems().get( 0 ) );
result.add( MenuFactory.newSimpleItem( constants.Execution_Servers() ).place( new DefaultPlaceRequest( "ServerManagementPerspective" ) ).endMenu().build().getItems().get( 0 ) );
result.add( MenuFactory.newSimpleItem( constants.Jobs() ).perspective( "Jobs" ).endMenu().build().getItems().get( 0 ) );

return result;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public interface Constants extends Messages {

String Group();

String Server_Management();
String Execution_Servers();

String Case_Management();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Logs=Logs
DeploymentDescriptor=Deployment descriptor
Groups=Groups
Group=Group
Server_Management=Server Management
Execution_Servers=Execution Servers
Case_Management=Case Management
Cases=Cases
Grid_Base_Test=Grid Base Test
Expand Down
2 changes: 2 additions & 0 deletions jbpm-console-ng-showcase/src/main/webapp/jbpm-console.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

<title>jBPM Console</title>

<script src="org.jbpm.console.ng.jBPMShowcase/zeroclipboard/ZeroClipboard.min.js"></script>
<script src="org.jbpm.console.ng.jBPMShowcase/zeroclipboard/ZeroClipboardLoader.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down

0 comments on commit d541228

Please sign in to comment.