mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Don't show dashboard until we have a user signed in
This commit is contained in:
parent
2814300e1e
commit
ffc12c3065
@ -1,5 +1,5 @@
|
||||
|
||||
<div class="tab-pane" id="home">
|
||||
<div class="tab-pane" id="home" ng-if="current_user">
|
||||
<div ng-cloak id="htmlTemplate" style="padding:10px">
|
||||
<div id="refresh-row" class="row">
|
||||
<div class="col-lg-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user