mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
hiding copyright info for open source
This commit is contained in:
parent
9c0adcbb4e
commit
eed39ccfc5
@ -18,3 +18,6 @@
|
|||||||
@about-modal-padding-top: inherit;
|
@about-modal-padding-top: inherit;
|
||||||
@about-modal-margin-top: -60px;
|
@about-modal-margin-top: -60px;
|
||||||
@about-modal-margin-left: -50px;
|
@about-modal-margin-left: -50px;
|
||||||
|
|
||||||
|
// Copyright text should be hidden
|
||||||
|
@copyright-text: 0;
|
||||||
|
@ -61,3 +61,7 @@
|
|||||||
.About-ansibleVersion {
|
.About-ansibleVersion {
|
||||||
color: @default-data-txt;
|
color: @default-data-txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Copyright-text{
|
||||||
|
opacity: @copyright-text;
|
||||||
|
}
|
||||||
|
@ -26,8 +26,10 @@
|
|||||||
<span class="About-ansibleVersion">
|
<span class="About-ansibleVersion">
|
||||||
Ansible {{ ansible_version }}
|
Ansible {{ ansible_version }}
|
||||||
</span> <br>
|
</span> <br>
|
||||||
Copyright © 2017 Red Hat, Inc. <br>
|
<span class="Copyright-text">
|
||||||
Visit <a href="http://www.ansible.com/" target="_blank">Ansible.com</a> for more information.<br>
|
Copyright © 2017 Red Hat, Inc. <br>
|
||||||
|
Visit <a href="http://www.ansible.com/" target="_blank">Ansible.com</a> for more information.<br>
|
||||||
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<footer class='Footer'>
|
<footer class='Footer'>
|
||||||
<div class="Footer-copyright" ng-class="{'is-loggedOut' : !current_user || !current_user.username}">Copyright © 2017 <a class="Footer-link" href="http://www.redhat.com" target="_blank">Red Hat</a>, Inc.</div>
|
<div class="Footer-copyright Copyright-text" ng-class="{'is-loggedOut' : !current_user || !current_user.username}">Copyright © 2017 <a class="Footer-link" href="http://www.redhat.com" target="_blank">Red Hat</a>, Inc.</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user