-
{error}
@@ -345,7 +345,7 @@ export default function ReportingPage({ settings, auth }: PlatformRouteContext)
onQueryChange={setQuery}
onParametersChange={setParameters}
/>
-
+
+
{error &&
+
}
-
+
{!execution && }
@@ -757,7 +757,7 @@ function PublishDialog({ open, targets, onClose, onPublish }: {
>}>
{dialogError && {dialogError} }
- {target.reason} }
);
@@ -936,10 +936,10 @@ function ScheduleDialog({ open, onClose, onSave }: { open: boolean; onClose: ()
>}>
-
Run the report or select a previous execution.
}
{execution && outputMode === "visual" &&
+
+
{target?.reason &&
+
Name setName(event.target.value)} autoFocus />
Interval
-
+
);
}
diff --git a/webui/src/styles/reporting.css b/webui/src/styles/reporting.css
index 1b716c7..f73111c 100644
--- a/webui/src/styles/reporting.css
+++ b/webui/src/styles/reporting.css
@@ -611,12 +611,6 @@
overflow: auto;
}
-.reporting-dialog-grid {
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 12px;
-}
-
@media (max-width: 1100px) {
.reporting-workspace {
grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
@@ -647,7 +641,4 @@
width: 100%;
}
- .reporting-dialog-grid {
- grid-template-columns: 1fr;
- }
}