mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-21 08:30:57 +00:00
feat: display whether or not the instance is up to date on error (#310)
This commit is contained in:
parent
2fd358f3ed
commit
f03bdcf472
4 changed files with 73 additions and 5 deletions
|
@ -85,7 +85,7 @@ fn info_html(req: &Request<Body>) -> Result<Response<Body>, Error> {
|
|||
pub struct InstanceInfo {
|
||||
package_name: String,
|
||||
crate_version: String,
|
||||
git_commit: String,
|
||||
pub git_commit: String,
|
||||
deploy_date: String,
|
||||
compile_mode: String,
|
||||
deploy_unix_ts: i64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue