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