fix: fix issues

This commit is contained in:
master 2025-06-16 08:01:02 +08:00
parent 421f9d0293
commit 721eee9c88
7 changed files with 4 additions and 3 deletions

View File

@ -44,7 +44,7 @@ timeout = 5000
# Set the value of the [`Access-Control-Allow-Origin`][mdn] header # Set the value of the [`Access-Control-Allow-Origin`][mdn] header
# allow_origins: # allow_origins:
# - https://loco.rs # - https://konobangu.com
# Set the value of the [`Access-Control-Allow-Headers`][mdn] header # Set the value of the [`Access-Control-Allow-Headers`][mdn] header
# allow_headers: # allow_headers:
# - Content-Type # - Content-Type

View File

@ -18,7 +18,7 @@ use serde_json::Value as JsonValue;
use crate::{ use crate::{
errors::RecorderResult, graphql::infra::util::get_entity_column_key, 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)] #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Copy)]

View File

@ -20,7 +20,6 @@ pub mod database;
pub mod errors; pub mod errors;
pub mod extract; pub mod extract;
pub mod graphql; pub mod graphql;
pub mod infra;
pub mod logger; pub mod logger;
pub mod message; pub mod message;
pub mod migrations; pub mod migrations;
@ -28,4 +27,5 @@ pub mod models;
pub mod storage; pub mod storage;
pub mod task; pub mod task;
pub mod test_utils; pub mod test_utils;
pub mod utils;
pub mod web; pub mod web;

View File

@ -289,6 +289,7 @@ function TaskManageRouteComponent() {
</div> </div>
</div> </div>
{/* Job */}
{task.job && ( {task.job && (
<div className="text-sm"> <div className="text-sm">
<span className="text-muted-foreground">Job: </span> <span className="text-muted-foreground">Job: </span>