This commit is contained in:
@@ -71,15 +71,18 @@ export default {
|
||||
<spotIcon icon="calendar" width="fixed" size="lg" :text="activeTimeInterval" />
|
||||
</div>
|
||||
<div v-else>
|
||||
<div class="section" v-if="options.comment">
|
||||
<spotIcon icon="post" width="fixed" size="lg" :text="options.comment" />
|
||||
</div>
|
||||
<div class="section time">
|
||||
<projectRelTime :icon="timeinfo.icon" :localTime="localTime" :siteTime="timeinfo.site_time" :offset="timeinfo.offset" />
|
||||
</div>
|
||||
<div v-if="!isMobile()" class="section coordinates">
|
||||
<spotIcon :icon="'coords'" width="fixed" size="lg" margin="right" />
|
||||
<spotIcon icon="coords" width="fixed" size="lg" margin="right" />
|
||||
<projectMapLink :options="options" />
|
||||
</div>
|
||||
<div v-if="options.altitude" class="section altitude">
|
||||
<spotIcon :icon="'altitude'" width="fixed" size="lg" :text="options.altitude+'m'" />
|
||||
<spotIcon icon="altitude" width="fixed" size="lg" :text="options.altitude+'m'" />
|
||||
</div>
|
||||
<div class="section weather" v-if="options.weather_icon && options.weather_icon!='unknown'" :title="options.weather_cond==''?'':lang.get('weather.'+options.weather_icon)">
|
||||
<spotIcon :icon="options.weather_icon" width="fixed" size="lg" :text="options.weather_temp+'°C'" />
|
||||
|
||||
Reference in New Issue
Block a user