Skip to content

Commit

Permalink
feat(info): вывод ошибок запуска site-info в site.site_info
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 16, 2018
1 parent 157c4db commit cc9235f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default {
filterable: ['domain_idn'],
perPage: this.sitesData.length,
rowClassCallback(row) {
console.log('row: ', row);
if (!row.site_info) return 'warning';
if (row.site_info && row.site_info.error) return 'danger';
// return 'success';
Expand Down

0 comments on commit cc9235f

Please sign in to comment.