mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 06:11:48 -05:00
Cleanup to users' state tree
In order to add additional route flexibility for the users-tokens states Removes unnecessary ui-view from form-generator Adjust nested ui-view target found during PR feedback
This commit is contained in:
@@ -167,7 +167,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
wrapPanel(html, ignorePanel){
|
||||
if(ignorePanel) {
|
||||
return `
|
||||
<div ui-view="preFormView"></div>
|
||||
<div>
|
||||
${html}
|
||||
<div ui-view="related"></div>
|
||||
@@ -176,7 +175,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
}
|
||||
else {
|
||||
return `
|
||||
<div ui-view="preFormView"></div>
|
||||
${MessageBar(this.form)}
|
||||
<div class="Panel">
|
||||
${html}
|
||||
|
||||
Reference in New Issue
Block a user