Skip to content

Commit

Permalink
update 04 to fix issue #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed May 6, 2020
1 parent e606f17 commit 00458fd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
other
applicationIcon
applicationIcon

^SEWAFIconLibrary / #miscwebdatabase32Png
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
other
applicationName

^'GemStone/S Administration'
^'DB Admin'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
other
initializeNavigation
| subMenu1 subMenu2 subMenu3 subMenu4 |
| subMenu1 |

navigation := SewafPortalMenu new iconLibrary: SEWAFIconLibrary.
subMenu1 := (SewafSubMenuItem label: 'Manage GemStone/S DB' icon: #openManageGemStone)
subMenu1 := (SewafSubMenuItem label: 'Manage GemStone/S DB' icon: #miscwebdatabase32Png)
addItem: (SewafCommandItem label: 'Backup Database' command: #openBackupDatabase);
addItem: (SewafCommandItem label: 'Start Garbage Collection' command: #openStartGarbageCollection);
addItem: (SewafCommandItem label: 'List Running Gems' command: #openListRunningGems);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"class" : {
},
"instance" : {
"applicationIcon" : "brunobb 05/06/2020 16:18",
"applicationName" : "brunobb 05/06/2020 16:19",
"initializeNavigation" : "brunobb 05/06/2020 16:23",
"applicationIcon" : "brunobb 05/06/2020 16:37",
"applicationName" : "brunobb 05/06/2020 16:38",
"initializeNavigation" : "brunobb 05/06/2020 16:41",
"logout" : "brunobb 05/06/2020 16:29",
"openBackupDatabase" : "brunobb 05/06/2020 16:28",
"openListRunningGems" : "brunobb 05/06/2020 16:28",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BpmWebGemStoneAdministration-brunobb.2' message '' id '6c705e4b-29ea-4c9e-b738-cba197a9bfed' date '05/06/2020' time '16:33:17' author 'brunobb' ancestors ((name 'BpmWebGemStoneAdministration-brunobb.1' message '' id '57c8e082-ed8f-4cc6-8352-457f60c248d8' date '05/06/2020' time '15:27:17' author 'brunobb' ancestors () stepChildren ())) stepChildren ())
(name 'BpmWebGemStoneAdministration-brunobb.3' message '' id '441c7fe8-04fa-4f66-ba2f-a57483187f72' date '05/06/2020' time '16:42:04' author 'brunobb' ancestors ((name 'BpmWebGemStoneAdministration-brunobb.2' message '' id '6c705e4b-29ea-4c9e-b738-cba197a9bfed' date '05/06/2020' time '16:33:17' author 'brunobb' ancestors ((name 'BpmWebGemStoneAdministration-brunobb.1' message '' id '57c8e082-ed8f-4cc6-8352-457f60c248d8' date '05/06/2020' time '15:27:17' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 00458fd

Please sign in to comment.