This commit is contained in:
iVampireSP.com 2023-02-02 02:01:49 +08:00
parent 03ab06e81b
commit 9e300d5875
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
15 changed files with 171 additions and 169 deletions

View File

@ -29,8 +29,10 @@
<option value="running" {{ $host->status == 'running' ? 'selected' : '' }}>运行中</option>
<option value="stopped" {{ $host->status == 'stopped' ? 'selected' : '' }}>已停止</option>
<option value="suspended" {{ $host->status == 'suspended' ? 'selected' : '' }}>已暂停</option>
<option value="error" {{ $host->status == 'error' ? 'selected' : '' }}>错误 (提交此项目将会被忽略)</option>
<option value="error" {{ $host->status == 'pending' ? 'selected' : '' }}>等待中 (提交此项目将会被忽略)</option>
<option value="error" {{ $host->status == 'error' ? 'selected' : '' }}>错误 (提交此项目将会被忽略)
</option>
<option value="error" {{ $host->status == 'pending' ? 'selected' : '' }}>等待中 (提交此项目将会被忽略)
</option>
</select>
</div>

View File

@ -16,6 +16,5 @@
}, 1000)
</script>
@endsection

View File

@ -48,5 +48,4 @@ function beforeContinue() {
}
</script>
@endsection

View File

@ -1,4 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@ -34,7 +35,8 @@
<!-- Email Body -->
<tr>
<td class="body" width="100%" cellpadding="0" cellspacing="0">
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0"
role="presentation">
<!-- Body content -->
<tr>
<td class="content-cell">