mirror of https://github.com/statping/statping
fix typo "editted" to "edited"
parent
b6ca1a5c66
commit
86f9ba4a14
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h3>Configuration</h3>
|
<h3>Configuration</h3>
|
||||||
For security reasons, all database credentials cannot be editted from this page.
|
For security reasons, all database credentials cannot be edited from this page.
|
||||||
|
|
||||||
<codemirror v-show="loaded" v-model="configs" ref="configs" :options="cmOptions" class="mt-4 codemirrorInput"/>
|
<codemirror v-show="loaded" v-model="configs" ref="configs" :options="cmOptions" class="mt-4 codemirrorInput"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue