Revize 71d8054e
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/create_certificate.html | ||
---|---|---|
170 | 170 |
</td> |
171 | 171 |
</tr> |
172 | 172 |
<tr> |
173 |
<td colspan="2" align="center"> |
|
174 |
<button class="btn btn-success mt-3" onclick="window.location.href = '/static/index.html';">Create certificate</button> |
|
173 |
<td align="center"> |
|
174 |
<button class="btn btn-success mt-3 w-auto" v-on:click="onCreateCertificate()">Create certificate</button> |
|
175 |
</td> |
|
176 |
<td align="center"> |
|
177 |
<button class="btn btn-secondary mt-3 w-75" onclick="window.location.href = '/static/index.html'">Cancel</button> |
|
175 | 178 |
</td> |
176 | 179 |
</tr> |
177 | 180 |
</table> |
Také k dispozici: Unified diff
Re #8475 - Create certificate, added cancel button, success alert