mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-19 19:10:09 +02:00
Доработка структура метаданных для хранения внешних источников
This commit is contained in:
parent
a0e90a15a0
commit
42fd79f188
@ -10096,6 +10096,8 @@ define([], function () {
|
||||
"items":{
|
||||
"РозничныйСайт":{
|
||||
"tables":{
|
||||
"name":"Таблицы",
|
||||
"name_en":"Tables",
|
||||
"items":{
|
||||
"Customers":{
|
||||
"properties":{
|
||||
@ -10126,10 +10128,15 @@ define([], function () {
|
||||
}
|
||||
},
|
||||
"cubes":{
|
||||
"name":"Кубы",
|
||||
"name_en":"Cubes",
|
||||
"items":{}
|
||||
}
|
||||
},
|
||||
"CRM":{
|
||||
"tables":{
|
||||
"name":"Таблицы",
|
||||
"name_en":"Tables",
|
||||
"items":{
|
||||
"Messages":{
|
||||
"properties":{
|
||||
@ -10147,6 +10154,9 @@ define([], function () {
|
||||
}
|
||||
},
|
||||
"cubes":{
|
||||
"name":"Кубы",
|
||||
"name_en":"Cubes",
|
||||
"items":{}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user