Merge branch 'master' into feature/firebird

This commit is contained in:
SPRINX0\prochazka
2025-06-11 08:09:28 +02:00
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
<div>This component is only for DbGate Premium</div>

View File

@@ -10,6 +10,7 @@
import useEffect from '../utility/useEffect';
import AllResultsTab from './AllResultsTab.svelte';
import JslChart from '../charts/JslChart.svelte';
import { isProApp } from '../utility/proTools';
export let tabs = [];
export let sessionId;
@@ -40,6 +41,9 @@
};
const handleCharts = async props => {
if (!isProApp()) {
return;
}
charts = [
...charts,
{