Go to file
2023-02-15 12:18:24 +01:00
.github/workflows update docs 2023-01-21 14:49:00 +01:00
actix_admin_macros add regex attr for field masking in list 2023-02-15 12:18:24 +01:00
docs add validation doc 2023-02-03 18:06:14 +01:00
examples add regex attr for field masking in list 2023-02-15 12:18:24 +01:00
src add regex attr for field masking in list 2023-02-15 12:18:24 +01:00
static implement column sorting 2023-01-13 21:11:42 +01:00
tests keep list params while in edit or show 2023-02-03 17:48:45 +01:00
.gitignore update gitignore 2023-01-17 12:58:50 +01:00
.gitmodules fix cargo macro version 2023-01-17 12:08:24 +01:00
Cargo.toml add regex attr for field masking in list 2023-02-15 12:18:24 +01:00
README.md fix cargo.toml version 2023-01-17 12:13:13 +01:00

Actix Admin

The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin).

Usage

See the documentation at https://mgugger.github.io/actix-admin/.

Example

Check the example and run with cargo run --example basic from the root folder. The admin interface is accessible under localhost:5000/admin/.