mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Treat about partial as a static asset
Now bundling all partials into `templates.js`. This didn't work so well for the about partial because the cowsay <pre> tag got all messed up when it was pre-cached in JavaScript. Moving this to assets to show that it's not meant to be bundled, but downloaded as an ajax request instead.
This commit is contained in:
parent
9cdea13057
commit
14d332545c
@ -153,7 +153,7 @@
|
||||
<div id="login-modal-dialog" style="display: none;"></div>
|
||||
<div id="help-modal-dialog" style="display: none;"></div>
|
||||
|
||||
<div id="about-modal-dialog" style="display: none;" ng-include=" '{{ STATIC_URL }}partials/cowsay-about.html ' "></div>
|
||||
<div id="about-modal-dialog" style="display: none;" ng-include=" '{{ STATIC_URL }}assets/cowsay-about.html ' "></div>
|
||||
<div id="custom-script-dialog" style="display:none;" > </div>
|
||||
<div id='configure-tower-dialog' style="display:none" >
|
||||
<div id="configure-jobs" ></div>
|
||||
|
Loading…
Reference in New Issue
Block a user