Skip to content

Commit 628aba6

Browse files
authored
add min details to search view (#9616)
1 parent f9c4edc commit 628aba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/SearchView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ export default {
706706
},
707707
fetchDomains (searchKeyword) {
708708
return new Promise((resolve, reject) => {
709-
api('listDomains', { listAll: true, showicon: true, keyword: searchKeyword }).then(json => {
709+
api('listDomains', { listAll: true, details: 'min', showicon: true, keyword: searchKeyword }).then(json => {
710710
const domain = json.listdomainsresponse.domain
711711
resolve({
712712
type: 'domainid',

0 commit comments

Comments
 (0)