add new service install tip in Chinese

This commit is contained in:
chenbaiyu
2022-01-14 18:28:39 +08:00
parent d5286782cd
commit d0ca9de946
7 changed files with 7 additions and 5 deletions

View File

@@ -543,7 +543,7 @@ class ModifyDefaultLogin: Reactor.Component {
function watch_trust() {
// not use TrustMe::update, because it is buggy
var trusted = handler.is_process_trusted(false);
var trusted = handler.is_process_trusted(false) && handler.is_installed_daemon(false);
var el = $(div.trust-me);
if (el) {
el.style.set {