commit 77f3d1e0a16a99db320eeb5d92e1c8c3133d58c1 Author: Matthew Fuller Date: Wed Sep 30 00:10:41 2020 +0000 Add additional phase actions Adds an action menu next to each phase in the tree view to allow users to view the rendered phase bundle, validate the phase (not yet implemented in ctl), and run the phase using run options. Events are handled by an event processor which displays events as toasts, but this may change in later iterations. Log messages appear in the log tray in the footer. Note: for testing, it may be necessary to modify the airship config file to remove "airshipctl" from the targetPath and prepend it to metadataPath and subPath. Change-Id: Iac4439fc21409bffca1f95a03425b95135fa7d0d diff --git a/client/src/app/ctl/document/document.component.html b/client/src/app/ctl/document/document.component.html index 32b1a4d..778d61b 100644 --- a/client/src/app/ctl/document/document.component.html +++ b/client/src/app/ctl/document/document.component.html @@ -22,14 +22,25 @@ {{node.name}}
- - + + + + + +
@@ -44,13 +55,23 @@ {{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}} {{node.name}} - + + + + +