-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
8,015 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: admin-desktop-notification | ||
id: org.zowe.zlux.ng2desktop.admin-notification | ||
# Without the v | ||
version: 2.0.0 | ||
# Human readable component name | ||
title: 'Admin Desktop Notification' | ||
# Human readable component description | ||
description: 'Send admin notifications to users of the Desktop' | ||
homepage: https://zowe.org | ||
keywords: | ||
- zlux | ||
- appfw | ||
- app | ||
- angular | ||
license: EPL-2.0 | ||
repository: | ||
type: git | ||
url: https://github.com/zowe/zlux-app-manager.git | ||
# we do not specify encoding here because its already tagged ascii | ||
build: | ||
branch: "{{build.branch}}" | ||
number: "{{build.number}}" | ||
commitHash: "{{build.commitHash}}" | ||
timestamp: "{{build.timestamp}}" | ||
appfwPlugins: | ||
- path: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"identifier": "org.zowe.zlux.ng2desktop.admin-notification", | ||
"apiVersion": "1.0.0", | ||
"pluginVersion": "1.0.1", | ||
"apiVersion": "2.0.0", | ||
"pluginVersion": "2.0.0", | ||
"pluginType": "application", | ||
"license": "EPL-2.0", | ||
"author": "Zowe", | ||
"homepage": "https://github.com/zowe/zlux-app-manager", | ||
"isSystemPlugin":true, | ||
"webContent": { | ||
"framework": "angular2", | ||
"framework": "angular", | ||
"launchDefinition": { | ||
"pluginShortNameKey": "Admin Notification", | ||
"pluginShortNameDefault": "Admin Notification", | ||
"pluginShortNameDefault": "Admin Desktop Notification", | ||
"imageSrc": "assets/icon.png" | ||
}, | ||
"descriptionKey": "notificationDescription", | ||
"descriptionDefault": "Admin Notification App", | ||
"isSingleWindowApp": true, | ||
"descriptionDefault": "Send admin notifications to users of the Desktop", | ||
"defaultWindowStyle": { | ||
"width": 400, | ||
"height": 400, | ||
"x": 0, | ||
"y": 0 | ||
"height": 400 | ||
} | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
system-apps/admin-notification-app/webClient/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
system-apps/system-settings-preferences/pluginDefinition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 13 additions & 63 deletions
76
system-apps/system-settings-preferences/webClient/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.