mirror of
https://github.com/caprover/caprover
synced 2026-05-05 19:20:38 +00:00
visual enhancement for apps details page - sticky footer
This commit is contained in:
+6
@@ -12,6 +12,12 @@ textarea {
|
||||
.allow-linebreaks-spans span {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.panel-footer {
|
||||
background-color: white!important;
|
||||
border-color: #589fce;
|
||||
border-top-width: 2px;
|
||||
min-height: 80px;
|
||||
}
|
||||
.inline-loader {
|
||||
border: 1px solid #f3f3f3;
|
||||
border-radius: 50%;
|
||||
|
||||
+17
-10
@@ -1,10 +1,11 @@
|
||||
<rd-loading ng-show="loadingState.enabled">
|
||||
</rd-loading>
|
||||
|
||||
<div ng-show="!loadingState.enabled">
|
||||
<div ng-show="!loadingState.enabled" style="padding-bottom: 100px!important">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<br>
|
||||
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-code" title="{{app.appName}}">
|
||||
@@ -225,7 +226,7 @@
|
||||
and etc. Once you push a commit, CaptainDuckDuck starts a new build.
|
||||
<br>
|
||||
<pre>{{app.appPushWebhook.pushWebhookToken?(rootDomainWithProtocol+'/api/v1/user/webhooks/triggerbuild?namespace=captain&token='+app.appPushWebhook.pushWebhookToken):
|
||||
'** Add repo info and save for this webhook to appear **'}}</pre>
|
||||
'** Add repo info and save for this webhook to appear **'}}</pre>
|
||||
</p>
|
||||
</div>
|
||||
<br>
|
||||
@@ -420,17 +421,23 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12" style="margin-top: 50px">
|
||||
<button type="button" class="btn btn-danger" ng-click="onDeleteAppClicked(app.appName,app.hasPersistentData)">Delete App</button>
|
||||
<div class="pull-right">
|
||||
<button type="button" class="btn btn-primary" ng-click="onUpdateConfigAndSave()">Save & Update Configuration</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</rd-widget-body>
|
||||
</rd-widget>
|
||||
|
||||
<nav class="navbar navbar-fixed-bottom panel-footer">
|
||||
<div class="row">
|
||||
<br>
|
||||
<div class="col-xs-6 col-xs-offset-4">
|
||||
<button style="margin-bottom: 10px" type="button" class="btn btn-danger" ng-click="onDeleteAppClicked(app.appName,app.hasPersistentData)">Delete App</button>
|
||||
<div class="pull-right">
|
||||
<button style="margin-bottom: 10px" type="button" class="btn btn-primary" ng-click="onUpdateConfigAndSave()">Save & Update Configuration</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -16,6 +16,13 @@ textarea {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
background-color: white!important;
|
||||
border-color: #589fce;
|
||||
border-top-width: 2px;
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
.inline-loader {
|
||||
border: 1px solid #f3f3f3;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<rd-loading ng-show="loadingState.enabled">
|
||||
</rd-loading>
|
||||
|
||||
<div ng-show="!loadingState.enabled">
|
||||
<div ng-show="!loadingState.enabled" style="padding-bottom: 100px!important;">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<br/>
|
||||
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-code" title="{{app.appName}}">
|
||||
@@ -227,7 +228,7 @@
|
||||
and etc. Once you push a commit, CaptainDuckDuck starts a new build.
|
||||
<br>
|
||||
<pre>{{app.appPushWebhook.pushWebhookToken?(rootDomainWithProtocol+'/api/v1/user/webhooks/triggerbuild?namespace=captain&token='+app.appPushWebhook.pushWebhookToken):
|
||||
'** Add repo info and save for this webhook to appear **'}}</pre>
|
||||
'** Add repo info and save for this webhook to appear **'}}</pre>
|
||||
</p>
|
||||
</div>
|
||||
<br/>
|
||||
@@ -423,17 +424,23 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12" style="margin-top: 50px">
|
||||
<button type="button" class="btn btn-danger" ng-click="onDeleteAppClicked(app.appName,app.hasPersistentData)">Delete App</button>
|
||||
<div class="pull-right">
|
||||
<button type="button" class="btn btn-primary" ng-click="onUpdateConfigAndSave()">Save & Update Configuration</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</rd-widget-body>
|
||||
</rd-widget>
|
||||
|
||||
<nav class="navbar navbar-fixed-bottom panel-footer">
|
||||
<div class="row">
|
||||
<br/>
|
||||
<div class="col-xs-6 col-xs-offset-4">
|
||||
<button style="margin-bottom: 10px" type="button" class="btn btn-danger" ng-click="onDeleteAppClicked(app.appName,app.hasPersistentData)">Delete App</button>
|
||||
<div class="pull-right">
|
||||
<button style="margin-bottom: 10px" type="button" class="btn btn-primary" ng-click="onUpdateConfigAndSave()">Save & Update Configuration</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user