mirror of https://github.com/statping/statping
Merge pull request #163 from adamboutcher/Branding_Changes_Settings
Branding changes settingspull/1101/head
commit
b0358253c8
|
@ -275,7 +275,7 @@ class Api {
|
|||
}
|
||||
|
||||
async github_release() {
|
||||
return fetch('https://api.github.com/repos/statping/statping/releases/latest').then(response => response.json())
|
||||
return fetch('https://api.github.com/repos/statping-ng/statping-ng/releases/latest').then(response => response.json())
|
||||
}
|
||||
|
||||
async allActions(...all) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<form @submit.prevent="saveSettings">
|
||||
<div class="card">
|
||||
<div class="card-header">Statping Settings</div>
|
||||
<div class="card-header">Statping-ng Settings</div>
|
||||
<div class="card-body">
|
||||
<div class="form-group">
|
||||
<label>{{ $t('project_name') }}</label>
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<h6 class="mt-4 mb-3 text-muted">Statping {{$t('links')}}</h6>
|
||||
<h6 class="mt-4 mb-3 text-muted">Statping-ng {{$t('links')}}</h6>
|
||||
|
||||
<a href="https://statping-ng.github.io" class="mb-2 font-2 text-decoration-none text-muted">
|
||||
<font-awesome-icon icon="globe" class="mr-3"/> Statping-ng
|
||||
|
@ -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 v{{core.version}}<br>
|
||||
<span class="small text-dim text-center mt-5">Statping-ng v{{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