Skip to content

Commit

Permalink
Merge pull request #518 from inab/alert
Browse files Browse the repository at this point in the history
Alert about maintenance added
  • Loading branch information
jmfernandez authored Jul 28, 2023
2 parents d8cc4b1 + 0cbdae4 commit d7e84de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
10 changes: 2 additions & 8 deletions components/__snapshots__/TheFooter.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,13 @@ exports[`TheFooter should match snapshot 1`] = `
Project
</h6>
<ul>
<li><a dark=\\"\\" class=\\"white--text\\">
About
</a>
<!---->
<!---->
</li>
<li>
<!----> <a href=\\"https://docs.openebench.bsc.es/\\" target=\\"_blank\\" dark=\\"\\" class=\\"white--text\\">
Github Docs
Github
</a> <i aria-hidden=\\"true\\" class=\\"v-icon notranslate v-icon--right mdi mdi-open-in-new theme--dark\\" style=\\"font-size: 16px;\\"></i></li>
<li>
<!----> <a href=\\"https://openebench.readthedocs.io/en/latest/\\" target=\\"_blank\\" dark=\\"\\" class=\\"white--text\\">
Project Docs
Project
</a> <i aria-hidden=\\"true\\" class=\\"v-icon notranslate v-icon--right mdi mdi-open-in-new theme--dark\\" style=\\"font-size: 16px;\\"></i></li>
</ul>
</div>
Expand Down
19 changes: 19 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
<main-header :vre-href="$config.VRE_URI" />
<v-main>
<breadcrumbs-bar v-if="breadcrumbs.length > 0" :items="breadcrumbs" />
<v-row justify="center">
<v-col class="ml-6 mb-2" sm="11" md="9" lg="8" xl="8">
<v-alert
border="left"
color="primary"
dismissible
outlined
text
type="warning"
>
This site will be <b>unavailable</b> from Monday, <b>July 31</b>, at
<b>14:00 CEST</b> to Wednesday, <b>August 2</b>, at
<b>19:00 CEST</b> due to maintenance. We apologize for the
inconvenience.
</v-alert>
<Intro />
</v-col>
</v-row>

<Nuxt @emitBreadcrumbs="handleBreadcrumbs" />
<Footer class="mt-16" />
</v-main>
Expand Down

0 comments on commit d7e84de

Please sign in to comment.