added embedded images at pasta view
This commit is contained in:
parent
51751e3ee2
commit
1ebbe5d922
3 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,10 @@ pub async fn info(data: web::Data<AppState>) -> HttpResponse {
|
|||
let pastas = data.pastas.lock().await;
|
||||
|
||||
// TODO: status report more sophisticated
|
||||
// maybe:
|
||||
// - detect weird/invalid configurations?
|
||||
// - detect server storage issues
|
||||
// - detect performance problems?
|
||||
let mut status = "OK";
|
||||
let mut message = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue