File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818 <v-container v-else fluid fill-height >
1919 <TimeSeriesCharts />
2020 </v-container >
21-
21+ </template >
22+ <template v-else >
2223 <v-container v-if =" fetchingData" >
2324 <h2 class =" text-center ma-2" >
2425 <v-progress-circular :size =" 50" color =" primary" indeterminate ></v-progress-circular >
2526 Loading data...
2627 </h2 >
2728 <v-skeleton-loader height =" 70vh" type =" image, divider, list-item-two-line" />
2829 </v-container >
30+ <v-container v-else >
31+ <v-sheet border =" md" class =" pa-6 mx-auto ma-4" max-width =" 1200" rounded >
32+ <span >
33+ No data available for the selected feature. Please try querying HydroCron again or
34+ selecting a different feature from the
35+ <router-link :to =" { path: `/` }" >Map</router-link >.
36+ </span >
37+ </v-sheet >
38+ </v-container >
2939 </template >
3040 </template >
3141 <template v-else >
You can’t perform that action at this time.
0 commit comments