1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Add more fields

This commit is contained in:
Daniel 2021-10-15 09:37:13 -03:00
parent b7c9ed84ca
commit 444eab22be

View file

@ -104,8 +104,6 @@ if (!User::isAdmin()) {
<th><?php echo __("Date To Execute"); ?></th>
<th><?php echo __("Executed In"); ?></th>
<th><?php echo __("Status"); ?></th>
<th><?php echo __("CallbackResponse"); ?></th>
<th><?php echo __("Timezone"); ?></th>
<th><?php echo __("Repeat Minute"); ?></th>
<th><?php echo __("Repeat Hour"); ?></th>
<th><?php echo __("Repeat Day Of Month"); ?></th>
@ -122,8 +120,6 @@ if (!User::isAdmin()) {
<th><?php echo __("Date To Execute"); ?></th>
<th><?php echo __("Executed In"); ?></th>
<th><?php echo __("Status"); ?></th>
<th><?php echo __("CallbackResponse"); ?></th>
<th><?php echo __("Timezone"); ?></th>
<th><?php echo __("Repeat Minute"); ?></th>
<th><?php echo __("Repeat Hour"); ?></th>
<th><?php echo __("Repeat Day Of Month"); ?></th>
@ -196,8 +192,6 @@ if (!User::isAdmin()) {
{"data": "date_to_execute"},
{"data": "executed_in"},
{"data": "status"},
{"data": "callbackResponse"},
{"data": "timezone"},
{"data": "repeat_minute"},
{"data": "repeat_hour"},
{"data": "repeat_day_of_month"},