mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 23:53:57 +00:00
deploy features marked as experimental
This commit is contained in:
@@ -104,8 +104,8 @@ await dbgateApi.deployDb(${JSON.stringify(
|
|||||||
data.name != 'default' && { text: 'Rename', onClick: handleRename },
|
data.name != 'default' && { text: 'Rename', onClick: handleRename },
|
||||||
data.name != 'default' &&
|
data.name != 'default' &&
|
||||||
$currentDatabase && [
|
$currentDatabase && [
|
||||||
{ text: 'Generate deploy DB SQL', onClick: handleGenerateDeploySql },
|
{ text: 'Generate deploy DB SQL - experimental', onClick: handleGenerateDeploySql },
|
||||||
{ text: 'Shell: Deploy DB', onClick: handleGenerateDeployScript },
|
{ text: 'Shell: Deploy DB - experimental', onClick: handleGenerateDeployScript },
|
||||||
],
|
],
|
||||||
|
|
||||||
data.name != 'default' &&
|
data.name != 'default' &&
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
{ onClick: handleImport, text: 'Import' },
|
{ onClick: handleImport, text: 'Import' },
|
||||||
{ onClick: handleExport, text: 'Export' },
|
{ onClick: handleExport, text: 'Export' },
|
||||||
{ onClick: handleSqlGenerator, text: 'SQL Generator' },
|
{ onClick: handleSqlGenerator, text: 'SQL Generator' },
|
||||||
{ onClick: handleExportModel, text: 'Export DB model' },
|
{ onClick: handleExportModel, text: 'Export DB model - experimental' },
|
||||||
_.get($currentDatabase, 'connection._id') &&
|
_.get($currentDatabase, 'connection._id') &&
|
||||||
(_.get($currentDatabase, 'connection._id') != _.get(connection, '_id') ||
|
(_.get($currentDatabase, 'connection._id') != _.get(connection, '_id') ||
|
||||||
(_.get($currentDatabase, 'connection._id') == _.get(connection, '_id') &&
|
(_.get($currentDatabase, 'connection._id') == _.get(connection, '_id') &&
|
||||||
|
|||||||
@@ -358,7 +358,7 @@
|
|||||||
<div class="arrow">
|
<div class="arrow">
|
||||||
<FontIcon icon="icon arrow-right-bold" />
|
<FontIcon icon="icon arrow-right-bold" />
|
||||||
</div>
|
</div>
|
||||||
Deploy
|
Deploy (experimental)
|
||||||
</InlineButton>
|
</InlineButton>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user