Implement new create and manager trigger UI
Implements the new trigger setup user interface, which is now a linear workflow found on its own page, rather than a tiny modal dialog Fixes #1187
This commit is contained in:
parent
21b09a7451
commit
8e863b8cf5
47 changed files with 1835 additions and 1068 deletions
6
static/directives/linear-workflow-section.html
Normal file
6
static/directives/linear-workflow-section.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="linear-workflow-section-element" ng-show="sectionVisible"
|
||||
ng-class="isCurrentSection ? 'current-section' : ''">
|
||||
<form ng-submit="submitSection()">
|
||||
<div ng-transclude />
|
||||
</form>
|
||||
</div>
|
Reference in a new issue