fix: fix issues
This commit is contained in:
parent
421f9d0293
commit
721eee9c88
@ -44,7 +44,7 @@ timeout = 5000
|
||||
|
||||
# Set the value of the [`Access-Control-Allow-Origin`][mdn] header
|
||||
# allow_origins:
|
||||
# - https://loco.rs
|
||||
# - https://konobangu.com
|
||||
# Set the value of the [`Access-Control-Allow-Headers`][mdn] header
|
||||
# allow_headers:
|
||||
# - Content-Type
|
||||
|
@ -18,7 +18,7 @@ use serde_json::Value as JsonValue;
|
||||
|
||||
use crate::{
|
||||
errors::RecorderResult, graphql::infra::util::get_entity_column_key,
|
||||
infra::json::convert_json_keys,
|
||||
utils::json::convert_json_keys,
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Copy)]
|
||||
|
@ -20,7 +20,6 @@ pub mod database;
|
||||
pub mod errors;
|
||||
pub mod extract;
|
||||
pub mod graphql;
|
||||
pub mod infra;
|
||||
pub mod logger;
|
||||
pub mod message;
|
||||
pub mod migrations;
|
||||
@ -28,4 +27,5 @@ pub mod models;
|
||||
pub mod storage;
|
||||
pub mod task;
|
||||
pub mod test_utils;
|
||||
pub mod utils;
|
||||
pub mod web;
|
||||
|
@ -289,6 +289,7 @@ function TaskManageRouteComponent() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Job */}
|
||||
{task.job && (
|
||||
<div className="text-sm">
|
||||
<span className="text-muted-foreground">Job: </span>
|
||||
|
Loading…
Reference in New Issue
Block a user