mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 01:03:21 +00:00
Completed missing name change
This commit is contained in:
@@ -148,7 +148,7 @@ class Monitor extends BeanModel {
|
||||
httpBodyEncoding: this.httpBodyEncoding,
|
||||
jsonPath: this.jsonPath,
|
||||
expectedValue: this.expectedValue,
|
||||
local_service_name: this.local_service_name,
|
||||
system_service_name: this.system_service_name,
|
||||
kafkaProducerTopic: this.kafkaProducerTopic,
|
||||
kafkaProducerBrokers: JSON.parse(this.kafkaProducerBrokers),
|
||||
kafkaProducerSsl: this.getKafkaProducerSsl(),
|
||||
|
||||
@@ -678,9 +678,9 @@
|
||||
<code>systemctl is-active <service></code>
|
||||
</template>
|
||||
<!-- Reserved for Windows impl.ementation -->
|
||||
<!-- template #windowsCommand>
|
||||
<template #windowsCommand>
|
||||
<code>Get-Service -Name "<service>"</code>
|
||||
</template -->
|
||||
</template>
|
||||
</i18n-t>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user