Skip to content

Commit

Permalink
feat(columns): шаблон полей для Битрикса
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Sep 6, 2018
1 parent 66020ed commit cd580c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@ export default {
cron: {
name: 'cron',
columns: ['domain_idn', 'host', 'prod', 'site_info.cron']
},
bitrix: {
name: 'bitrix',
columns: [
'domain_idn',
'host',
'prod',
'site_info.email',
'site_info.engine_version',
'site_info.bitrix_image_quality',
'site_info.bitrix_total_mark_value',
'site_info.files_count',
'site_info.files_size',
'site_info.git_clean',
'site_info.yandex_tcy',
'site_info.h1_count',
]
}
},
filterPresets: [
Expand Down Expand Up @@ -257,12 +274,14 @@ export default {
availableFields() {
let excludedFields = [
// objects
'id',
'site_info',
'tests',
'meta',
// duplicates
'engine',
'meta.engine',
'meta.screenshots',
'site_root',
'server',
'site_info.user',
Expand Down

0 comments on commit cd580c3

Please sign in to comment.