[+] Add maintenance message
This commit is contained in:
@@ -5,7 +5,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<p>Sorry for the inconvenience but we’re performing some maintenance at the moment.
|
<p>Sorry for the inconvenience but we’re performing some maintenance at the moment.
|
||||||
We’ll be back online shortly!</p>
|
We’ll be back online shortly!</p>
|
||||||
<p>— Veracross Analyzer</p>
|
|
||||||
|
<p>What went wrong: {{json.reason}}</p>
|
||||||
|
|
||||||
|
<p>Estimated fix: {{json.eta}}</p>
|
||||||
|
|
||||||
|
<p>— An Average SJP Junior</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18,6 +23,11 @@
|
|||||||
export default class Maintenance extends Vue
|
export default class Maintenance extends Vue
|
||||||
{
|
{
|
||||||
@Prop({required: true}) message: any;
|
@Prop({required: true}) message: any;
|
||||||
|
|
||||||
|
get json()
|
||||||
|
{
|
||||||
|
return JSON.parse(this.message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user