Skip to content

Commit

Permalink
add min details to search view (#9616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpordeus committed Sep 4, 2024
1 parent f9c4edc commit 628aba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/view/SearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export default {
},
fetchDomains (searchKeyword) {
return new Promise((resolve, reject) => {
api('listDomains', { listAll: true, showicon: true, keyword: searchKeyword }).then(json => {
api('listDomains', { listAll: true, details: 'min', showicon: true, keyword: searchKeyword }).then(json => {
const domain = json.listdomainsresponse.domain
resolve({
type: 'domainid',
Expand Down

0 comments on commit 628aba6

Please sign in to comment.