Merge pull request #163 from adamboutcher/Branding_Changes_Settings

Branding changes settings
pull/1101/head
Adam 2022-08-04 16:56:46 +01:00 committed by GitHub
commit b0358253c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -275,7 +275,7 @@ class Api {
} }
async github_release() { 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) { async allActions(...all) {

View File

@ -1,7 +1,7 @@
<template> <template>
<form @submit.prevent="saveSettings"> <form @submit.prevent="saveSettings">
<div class="card"> <div class="card">
<div class="card-header">Statping Settings</div> <div class="card-header">Statping-ng Settings</div>
<div class="card-body"> <div class="card-body">
<div class="form-group"> <div class="form-group">
<label>{{ $t('project_name') }}</label> <label>{{ $t('project_name') }}</label>

View File

@ -46,7 +46,7 @@
</a> </a>
</div> </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"> <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 <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')}} <font-awesome-icon icon="code-branch" class="mr-3"/> {{$t('repo')}}
</a> </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> <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> </span>