8e863b8cf5
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
6 lines
No EOL
208 B
HTML
6 lines
No EOL
208 B
HTML
<div class="linear-workflow-section-element" ng-show="sectionVisible"
|
|
ng-class="isCurrentSection ? 'current-section' : ''">
|
|
<form ng-submit="submitSection()">
|
|
<div ng-transclude />
|
|
</form>
|
|
</div> |