mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
edit sitekey button in sitekey list table
This commit is contained in:
parent
ea8264054a
commit
102ef5b4a1
4 changed files with 16 additions and 1 deletions
|
@ -109,7 +109,7 @@ mod test {
|
|||
use crate::*;
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn view_sitekey_work() {
|
||||
async fn edit_sitekey_work() {
|
||||
const NAME: &str = "editsitekeyuser";
|
||||
const PASSWORD: &str = "longpassworddomain";
|
||||
const EMAIL: &str = "editsitekeyuser@a.com";
|
||||
|
|
|
@ -51,6 +51,11 @@ include!("./navbar/index.html"); .>
|
|||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="sitekey-list__key">
|
||||
<div class="sitekey-list__edit">
|
||||
<. include!("./sitekey/view/__edit-sitekey-icon.html"); .>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<. } .>
|
||||
</tbody>
|
||||
|
|
|
@ -102,3 +102,8 @@
|
|||
.sitekey__widget-link:visited {
|
||||
color: $blue-link;
|
||||
}
|
||||
|
||||
.sitekey-list__edit {
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
}
|
||||
|
|
|
@ -42,6 +42,11 @@ include!("../../navbar/index.html"); .>
|
|||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="sitekey-list__key">
|
||||
<div class="sitekey-list__edit">
|
||||
<. include!("../view/__edit-sitekey-icon.html"); .>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<. } .>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue