mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
table based explorer widget (#10279)
* bump sts * extend widget container * remove title * wip * refactoring * Revert "extend widget container" * showTitle option * fix properties widget error * icon column * icon and button columns * use textwithicon column * icon * refactor and filter * context menu * refactor * tests * fix hygiene * tests * comments
This commit is contained in:
@@ -366,6 +366,28 @@
|
||||
"displayName": "%onprem.serverProperties.osVersion%",
|
||||
"value": "osVersion"
|
||||
}
|
||||
],
|
||||
"databasesListProperties": [
|
||||
{
|
||||
"displayName": "%databasesListProperties.name%",
|
||||
"value": "name",
|
||||
"widthWeight": 60
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.status%",
|
||||
"value": "state",
|
||||
"widthWeight": 10
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.size%",
|
||||
"value": "sizeInMB",
|
||||
"widthWeight": 10
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.lastBackup%",
|
||||
"value": "lastBackup",
|
||||
"widthWeight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -404,6 +426,23 @@
|
||||
"displayName": "%cloud.serverProperties.serverEdition%",
|
||||
"value": "serverEdition"
|
||||
}
|
||||
],
|
||||
"databasesListProperties": [
|
||||
{
|
||||
"displayName": "%databasesListProperties.name%",
|
||||
"value": "name",
|
||||
"widthWeight": 60
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.status%",
|
||||
"value": "state",
|
||||
"widthWeight": 20
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.size%",
|
||||
"value": "sizeInMB",
|
||||
"widthWeight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -434,6 +473,23 @@
|
||||
"displayName": "%cloud.serverProperties.serverEdition%",
|
||||
"value": "serverEdition"
|
||||
}
|
||||
],
|
||||
"databasesListProperties": [
|
||||
{
|
||||
"displayName": "%databasesListProperties.name%",
|
||||
"value": "name",
|
||||
"widthWeight": 60
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.status%",
|
||||
"value": "state",
|
||||
"widthWeight": 20
|
||||
},
|
||||
{
|
||||
"displayName": "%databasesListProperties.size%",
|
||||
"value": "sizeInMB",
|
||||
"widthWeight": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user