Skip to content

Commit

Permalink
chore(zones) remove url column
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz committed Nov 2, 2020
1 parent 441e699 commit b120d85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Entities/Zones.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ export default {
headers: [
{ key: 'actions', hideLabel: true },
{ label: 'Status', key: 'status' },
{ label: 'Name', key: 'name' },
{ label: 'URL', key: 'url' }
{ label: 'Name', key: 'name' }
],
data: []
},
Expand Down

0 comments on commit b120d85

Please sign in to comment.