@@ -35,7 +35,7 @@
|
||||
<section class="content-band">
|
||||
<div class="section-heading">
|
||||
<h2>최근 보호 객체</h2>
|
||||
<a class="btn btn-sm btn-outline-primary" href="/probe">검증 실행</a>
|
||||
<a class="btn btn-sm rw-btn-secondary" href="/probe">검증 실행</a>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm align-middle">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<script defer src="/js/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav th:fragment="nav" class="navbar navbar-expand-lg bg-body border-bottom">
|
||||
<nav th:fragment="nav" class="navbar rw-nav navbar-expand-lg">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">VPD Backoffice</a>
|
||||
<div class="navbar-nav">
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
Limit
|
||||
<input class="form-control" name="limit" type="number" min="1" max="500" value="50">
|
||||
</label>
|
||||
<button class="btn btn-primary" type="submit">호출</button>
|
||||
<button class="btn rw-btn-primary" type="submit">호출</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
Base URL
|
||||
<input class="form-control" name="ordsBaseUrl" th:value="${ordsBaseUrl}" required>
|
||||
</label>
|
||||
<button class="btn btn-primary" type="submit">저장</button>
|
||||
<button class="btn rw-btn-primary" type="submit">저장</button>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user