itizawa 6 лет назад
Родитель
Сommit
0983fbd62f
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      src/client/js/components/Admin/Notification/GrobalNotification.jsx

+ 12 - 0
src/client/js/components/Admin/Notification/GrobalNotification.jsx

@@ -19,6 +19,18 @@ class GrobalNotification extends React.Component {
         </a>
 
         <h2 className="border-bottom mb-5">{t('notification_setting.notification_list')}</h2>
+
+        <table className="table table-bordered">
+          <thead>
+            <tr>
+              <th>ON/OFF</th>
+              <th>{t('notification_setting.trigger_path')} {t('notification_setting.trigger_path_help', '<code>*</code>')}</th>
+              <th>{t('notification_setting.trigger_events')}</th>
+              <th>{t('notification_setting.notify_to')}</th>
+              <th></th>
+            </tr>
+          </thead>
+        </table>
       </React.Fragment>
     );
   }