mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 15:01:46 +01:00
Migrate JobSummary and subcomponents
This commit is contained in:
@@ -18,9 +18,12 @@
|
||||
import JobFootprintPolar from "./jobsummary/JobFootprintPolar.svelte";
|
||||
|
||||
|
||||
export let job;
|
||||
export let width = "auto";
|
||||
export let height = "400px";
|
||||
/* Svelte 5 Props */
|
||||
let {
|
||||
job,
|
||||
width = "auto",
|
||||
height = "400px",
|
||||
} = $props();
|
||||
|
||||
const showFootprintTab = !!getContext("cc-config")[`job_view_showFootprint`];
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user