mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
raw mode
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
export let database;
|
||||
export let schemaName;
|
||||
export let pureName;
|
||||
export let isRawMode = false;
|
||||
|
||||
export const activator = createActivator('TableDataTab', true);
|
||||
|
||||
@@ -245,6 +246,8 @@
|
||||
...INTERVALS.map(seconds => ({ command: `tableData.setAutoRefresh.${seconds}`, text: `...${seconds} seconds` })),
|
||||
];
|
||||
}
|
||||
|
||||
$: console.log('isRawMode', isRawMode);
|
||||
</script>
|
||||
|
||||
<ToolStripContainer>
|
||||
|
||||
Reference in New Issue
Block a user