mirror of https://github.com/statping/statping
remove v from core.version displays
this probably means other things like the update checker are broken, I'll have to fix that laterpull/1118/head
parent
8c05bfae8e
commit
dcfbc23ffa
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<span class="font-1 mt-3">
|
||||
<a href="https://github.com/statping-ng/statping-ng" class="statping" target="_blank">
|
||||
Statping v{{core.version}} made with <font-awesome-icon icon="heart" class="hlight font-1"/></a>
|
||||
Statping {{core.version}} made with <font-awesome-icon icon="heart" class="hlight font-1"/></a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<font-awesome-icon icon="code-branch" class="mr-3"/> {{$t('repo')}}
|
||||
</a>
|
||||
|
||||
<span class="small text-dim text-center mt-5">Statping-ng v{{core.version}}<br>
|
||||
<span class="small text-dim text-center mt-5">Statping-ng {{core.version}}<br>
|
||||
<a class="small text-muted no-decoration" v-if="core.commit" v-bind:href="`https://github.com/statping-ng/statping-ng/commit/${core.commit}`">{{core.commit.slice(0,8)}}</a>
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue