This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 3b94a85 Update maintenance page styles and text
new 114a2c5 Merge pull request #159 from
dinukadesilva/adding-maintenance-page
3b94a85 is described below
commit 3b94a857b7dc944ad562e252d1e4f88751557afb
Author: Dinuka De Silva <[email protected]>
AuthorDate: Fri Oct 14 15:03:21 2022 -0400
Update maintenance page styles and text
---
src/lib/components/pages/Maintenance.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/lib/components/pages/Maintenance.vue
b/src/lib/components/pages/Maintenance.vue
index 3071aef..831f2ea 100644
--- a/src/lib/components/pages/Maintenance.vue
+++ b/src/lib/components/pages/Maintenance.vue
@@ -7,8 +7,9 @@
</div>
<div class="w-100">
<div style="flex: 1;padding: 10px 20px;">
- <div class="w-100">
- <p>The website is currently under maintenance. Please contact us for
any questions.</p>
+ <div class="w-100 text-center" style="font-size: 20px;">
+ <b-icon icon="info-circle-fill" class="text-warning"
style="font-size: 50px;"/>
+ <p>The website is currently under maintenance. Please contact us for
tenant creations or any other questions.</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>