mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 10:25:34 +08:00
version 1.5: update docker file
This commit is contained in:
2
ui/.env
2
ui/.env
@@ -1,3 +1,3 @@
|
||||
NODE_ENV=production
|
||||
VUE_APP_PREVIEW=false
|
||||
VUE_APP_API_BASE_URL=http://127.0.0.1:5001/api
|
||||
VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api
|
||||
|
@@ -35,8 +35,8 @@
|
||||
<a-table
|
||||
rowKey="ci_id"
|
||||
size="middle"
|
||||
:columns="firstCIColumns[child.id]"
|
||||
:dataSource="firstCIs[child.name]"
|
||||
:columns="firstCIColumns[parent.id]"
|
||||
:dataSource="firstCIs[parent.name]"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%'}"
|
||||
></a-table>
|
||||
|
Reference in New Issue
Block a user