diff --git a/app-backend/dist/css/rdash-custom.css b/app-backend/dist/css/rdash-custom.css index 0d435b8..6b41af1 100644 --- a/app-backend/dist/css/rdash-custom.css +++ b/app-backend/dist/css/rdash-custom.css @@ -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%; diff --git a/app-backend/dist/templates/app-details.html b/app-backend/dist/templates/app-details.html index 3c21394..57e2817 100644 --- a/app-backend/dist/templates/app-details.html +++ b/app-backend/dist/templates/app-details.html @@ -1,10 +1,11 @@ -
+
+ +
-
@@ -225,7 +226,7 @@ and etc. Once you push a commit, CaptainDuckDuck starts a new build.
{{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 **'}}
+ '** Add repo info and save for this webhook to appear **'}}


@@ -420,17 +421,23 @@
-
- -
- -
-
-
+ + + \ No newline at end of file diff --git a/app-frontend/src/less/captain.css b/app-frontend/src/less/captain.css index 8380d4c..23bca2a 100644 --- a/app-frontend/src/less/captain.css +++ b/app-frontend/src/less/captain.css @@ -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%; diff --git a/app-frontend/src/templates/app-details.html b/app-frontend/src/templates/app-details.html index cddd1dc..6759d70 100644 --- a/app-frontend/src/templates/app-details.html +++ b/app-frontend/src/templates/app-details.html @@ -1,10 +1,11 @@ -
+
+ +
-
@@ -227,7 +228,7 @@ and etc. Once you push a commit, CaptainDuckDuck starts a new build.
{{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 **'}}
+ '** Add repo info and save for this webhook to appear **'}}


@@ -423,17 +424,23 @@
-
- -
- -
-
-
+ + + \ No newline at end of file