mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
Cosmos name
This commit is contained in:
@@ -40,6 +40,7 @@ export function setSelectedTab(tabid) {
|
||||
|
||||
export function getObjectTypeFieldLabel(objectTypeField) {
|
||||
if (objectTypeField == 'matviews') return 'Materialized Views';
|
||||
if (objectTypeField == 'collections') return 'Collections/Containers';
|
||||
return _.startCase(objectTypeField);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user