Add initial back to my apps link

This commit is contained in:
Johannes Zellner
2019-09-16 14:15:38 +02:00
parent 935c92b507
commit a738ddb917
2 changed files with 14 additions and 1 deletions

View File

@@ -452,6 +452,18 @@ multiselect {
.col-md-8 {
padding-left: 0;
}
.back-to-apps-link {
position: absolute;
left: 0;
top: 45px;
padding: 20px;
&:hover,
&:focus {
text-decoration: none;
}
}
}
.task-indicator {

View File

@@ -113,9 +113,10 @@
</div>
</div>
<div class="content content-large app-configure">
<a href="/#/apps" class="back-to-apps-link">Back to My Apps</a>
<div class="task-indicator animateMe" ng-show="app.taskId">
<i class="fa fa-circle-notch fa-spin"></i>
<span>{{ app | installationStateLabel:user }}</span>