Enable rename link
This commit is contained in:
parent
6abe718eb1
commit
7d60b4d150
|
@ -25,7 +25,7 @@
|
||||||
<header-buttons :links="[
|
<header-buttons :links="[
|
||||||
{ title: 'Add database', icon: 'actions__new-database', disabled: false },
|
{ title: 'Add database', icon: 'actions__new-database', disabled: false },
|
||||||
{ title: 'Git Info', icon: 'actions__info', disabled: false },
|
{ title: 'Git Info', icon: 'actions__info', disabled: false },
|
||||||
{ title: 'Rename', icon: 'actions__edit', disabled: true },
|
{ title: 'Rename', icon: 'actions__edit', disabled: false },
|
||||||
{ title: 'Cancel', icon: 'actions__remove--circle', disabled: false },
|
{ title: 'Cancel', icon: 'actions__remove--circle', disabled: false },
|
||||||
]"></header-buttons>
|
]"></header-buttons>
|
||||||
</template>
|
</template>
|
||||||
|
|
Reference in a new issue