Loading src/components/header/Header.vue +9 −4 Original line number Diff line number Diff line <template> <div class="header-container" :style="cssVars"> <div class="top-bar"> <h1 style="margin-top: auto; margin-bottom: auto;">ANTARSTICK - IEEE VIS 2021 Submission Version</h1> <h1 style="margin-top: auto; margin-bottom: auto;"> ANTARSTICK - IEEE TVCG 2021 Submission Version </h1> <help-circle-icon v-if="!showHelpDialog" class="icon" Loading Loading @@ -33,9 +35,12 @@ </div> <div class="charts"> <p v-if="!areDataAvailable"> <b>Please wait</b>, connecting to the server. This may take up to 30 seconds.<br> If the page does not change within that time, then try to reload the page.<br><br> Explanation: The server may be waking up from a hibernation, which is entered automatically after 30 minutes without activity. <b>Please wait</b>, connecting to the server. This may take up to 30 seconds.<br /> If the page does not change within that time, then try to reload the page.<br /><br /> Explanation: The server may be waking up from a hibernation, which is entered automatically after 30 minutes without activity. </p> <div v-for="cameraID in cameraIDs" Loading Loading
src/components/header/Header.vue +9 −4 Original line number Diff line number Diff line <template> <div class="header-container" :style="cssVars"> <div class="top-bar"> <h1 style="margin-top: auto; margin-bottom: auto;">ANTARSTICK - IEEE VIS 2021 Submission Version</h1> <h1 style="margin-top: auto; margin-bottom: auto;"> ANTARSTICK - IEEE TVCG 2021 Submission Version </h1> <help-circle-icon v-if="!showHelpDialog" class="icon" Loading Loading @@ -33,9 +35,12 @@ </div> <div class="charts"> <p v-if="!areDataAvailable"> <b>Please wait</b>, connecting to the server. This may take up to 30 seconds.<br> If the page does not change within that time, then try to reload the page.<br><br> Explanation: The server may be waking up from a hibernation, which is entered automatically after 30 minutes without activity. <b>Please wait</b>, connecting to the server. This may take up to 30 seconds.<br /> If the page does not change within that time, then try to reload the page.<br /><br /> Explanation: The server may be waking up from a hibernation, which is entered automatically after 30 minutes without activity. </p> <div v-for="cameraID in cameraIDs" Loading