Fixed a number of workflow visualizer bugs. Added loading spinners while data is being loaded/processed.

This commit is contained in:
mabashian
2018-11-14 16:48:32 -05:00
parent 266831e26d
commit 4a6a3b27fa
8 changed files with 397 additions and 268 deletions
@@ -128,7 +128,9 @@ function TemplatesStrings (BaseString) {
EDIT_LINK: t.s('EDIT LINK'),
VIEW_LINK: t.s('VIEW LINK'),
NEW_LINK: t.s('Please click on an available node to form a new link.'),
UNLINK: t.s('UNLINK')
UNLINK: t.s('UNLINK'),
READ_ONLY_PROMPT_VALUES: t.s('The following promptable values were provided when this node was created:'),
READ_ONLY_NO_PROMPT_VALUES: t.s('No promptable values were provided when this node was created.')
};
}