기능 추가
This commit is contained in:
28
templates/apply_result.html
Normal file
28
templates/apply_result.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<div class="card">
|
||||
<p><strong>Status:</strong> {{ status }}</p>
|
||||
<p><strong>Command:</strong></p>
|
||||
<pre>{{ command }}</pre>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>kubectl output</h3>
|
||||
<pre>{{ output }}</pre>
|
||||
</div>
|
||||
|
||||
<div class="card actions-row">
|
||||
<button onclick="history.back()">Back</button>
|
||||
<a class="btn" href="/">Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user