Revize 6d850d19
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/index.html | ||
---|---|---|
3 | 3 |
<head> |
4 | 4 |
<meta charset="UTF-8"> |
5 | 5 |
<title>X.509 Certificate Management</title> |
6 |
<link rel="stylesheet" href="/static/css/app.css"> |
|
6 | 7 |
<link rel="stylesheet" href="/static/css/bootstrap.min.css"> |
7 | 8 |
</head> |
8 | 9 |
<body> |
... | ... | |
11 | 12 |
<h1 class="ml-2 d-inline-block">Certificate Listing</h1> |
12 | 13 |
<a class="btn btn-success ml-4 mb-3" href="/static/create_certificate.html">Create certificate</a> |
13 | 14 |
</div> |
14 |
|
|
15 |
<div class="alert alert-success" v-if="successMessage !== ''" role="alert" v-cloak> |
|
16 |
{{ successMessage }} |
|
17 |
</div> |
|
15 | 18 |
<table class="table table-striped table-hover text-center"> |
16 | 19 |
<thead class="thead-dark"> |
17 | 20 |
<tr> |
Také k dispozici: Unified diff
Re #8583 Certificate creation - creation success alert using Bootstrap