We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4553e6 commit 0e0f443Copy full SHA for 0e0f443
app/src/views/nginx_log/NginxLogList.vue
@@ -12,7 +12,7 @@ const columns: StdTableColumn[] = [
12
title: () => $gettext('Type'),
13
dataIndex: 'type',
14
customRender: (args: CustomRenderArgs) => {
15
- return args.record?.type === 'access' ? <Tag color="success">{ $gettext('Access Log') }</Tag> : <Tag color="orange">{ $gettext('Error Log') }</Tag>
+ return args.record?.type === 'access' ? <Tag color="green">{ $gettext('Access Log') }</Tag> : <Tag color="orange">{ $gettext('Error Log') }</Tag>
16
},
17
sorter: true,
18
search: {
0 commit comments