mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
Don't show dashboard until we have a user signed in
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user