mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 02:01:44 +08:00
feat(ui): lint
This commit is contained in:
@@ -30,7 +30,6 @@ export function getAuthDataEnable() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function testLDAP(test_type, data) {
|
||||
return axios({
|
||||
url: `/common-setting/v1/auth_config/LDAP/test?test_type=${test_type}`,
|
||||
|
@@ -58,7 +58,11 @@
|
||||
/>
|
||||
<div class="relation-views-right-bar">
|
||||
<a-space>
|
||||
<a-button v-if="isLeaf" type="primary" size="small" @click="$refs.create.handleOpen(true, 'create')"
|
||||
<a-button
|
||||
v-if="isLeaf"
|
||||
type="primary"
|
||||
size="small"
|
||||
@click="$refs.create.handleOpen(true, 'create')"
|
||||
>新建</a-button
|
||||
>
|
||||
|
||||
|
@@ -18,7 +18,11 @@
|
||||
属性说明
|
||||
</span>
|
||||
</span>
|
||||
<a-button size="small" icon="plus" type="primary" @click="$refs.create.handleOpen(true, 'create')"
|
||||
<a-button
|
||||
size="small"
|
||||
icon="plus"
|
||||
type="primary"
|
||||
@click="$refs.create.handleOpen(true, 'create')"
|
||||
>新建</a-button
|
||||
>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user