Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtwoend committed Jan 10, 2023
1 parent b1d992c commit a5cbec1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pages/cot-alarm.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
url="http://192.168.170.87:9501/alarm"
title="Alarm Notification"
:headers="[
{text: 'Timestamp', value: 'started_at', sortable: true},
{text: 'Timestamp', value: 'started_at', sortable: true, fixed: true, width: 180},
{text: 'Alarm Code', value: 'code', sortable: true},
{text: 'Device', value: 'device.name'},
{text: 'Status', value: 'status', sortable: true},
Expand Down
2 changes: 1 addition & 1 deletion pages/cot-table-ktwm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/1/export"
title="KTWM - Auto COT Pump Data Logger"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{text: 'Level', value: 'level', sortable: true},
{text: 'Temperature', value: 'temp', sortable: true},
{text: 'Mode', value: 'mode', sortable: true},
Expand Down
2 changes: 1 addition & 1 deletion pages/cot-table-lmdm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/2/export"
title="LMDM - Auto COT Pump Data Logger"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{text: 'Level', value: 'level', sortable: true},
{text: 'Temperature', value: 'temp', sortable: true},
{text: 'Mode', value: 'mode', sortable: true},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/1.digesterpress-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/4/export?type=digester_and_press"
title="DIGESTER & PRESS DATA LOGGER"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{value: 'temp_dig1', text: 'TEMPERATUR DIGESTER #01'},
{value: 'level_dig1', text: 'LEVEL DIGESTER #01'},
{value: 'temp_dig2', text: 'TEMPERATUR DIGESTER #02'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/10.vacuum-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/3/export?type=vacuum_drier"
title="Vacuum Drier Data Logger"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{value: 'vacum1', text: 'VACUUM 01'},
{value: 'vacum2', text: 'VACUUM 02'},
{value: 'hm_vacuum1', text: 'HM VACUUM 1'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/2.sandtraptank-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/4/export?type=sandtrap"
title="DIGESTER & PRESS DATA LOGGER"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{value: 'temp_sandtrap1', text: 'TEMPERATUR SANDTRAP 1'},
{value: 'temp_sandtrap2', text: 'TEMPERATUR SANDTRAP 2'},
]"
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/3.cot-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
export="http://192.168.170.87:9501/table/4/export?type=cot"
title="CRUDE OIL TANK DATA LOGGER"
:headers="[
{text: 'Timestamp', value: 'terminal_time', sortable: true},
{text: 'Timestamp', value: 'terminal_time', sortable: true, fixed: true, width: 180},
{value: 'level_cot', text: 'LEVEL'},
{value: 'temp_cot', text: 'TEMPERATUR'},
{value: 'hmcot_motor1', text: 'HM COT MOTOR 1'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/4.nutsilo-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/5/export?type=nut_silo"
title="Nut Silo Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'level_nutsilo1', text: 'LEVEL NUT SILO 01'},
{value: 'temp1_nutsilo1', text: 'TEMPERATUR#1 NUT SILO 01'},
{value: 'temp2_nutsilo1', text: 'TEMPERATUR#2 NUT SILO 01'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/5.kernel-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/5/export?type=kernel_silo"
title="Nut Silo Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'level_kernelsilo1', text: 'LEVEL KERNEL SILO 01'},
{value: 'temp1_kernelsilo1', text: 'TEMPERATUR#1 KERNEL SILO 01'},
{value: 'temp2_kernelsilo1', text: 'TEMPERATUR#2 KERNEL SILO 01'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/6.clarification-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/3/export?type=clarification"
title="Clarification Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'level_oiltank1', text: 'LEVEL OIL TANK 01'},
{value: 'level_oiltank2', text: 'LEVEL OIL TANK 02'},
{value: 'temp_cst1', text: 'TEMPERATUR CST 01'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/7.sandcyclone-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/3/export?type=sandcyclone"
title="Sand Cyclone Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'inlet_cyclone1', text: 'INLET CYCLONE 01'},
{value: 'outlet_cyclone1', text: 'OUTLET CYCLONE 01'},
{value: 'inlet_cyclone2', text: 'INLET CYCLONE 02'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/8.sludge-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/3/export?type=sludge_centrifudge"
title="Sludge Centrifudge Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'amp_sludge1', text: 'AMPERE SLUDGE 01'},
{value: 'amp_sludge2', text: 'AMPERE SLUDGE 02'},
{value: 'amp_sludge3', text: 'AMPERE SLUDGE 03'},
Expand Down
2 changes: 1 addition & 1 deletion scmm/pages/9.recovery-table-scmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export="http://192.168.170.87:9501/table/3/export?type=recovery_pit"
title="Recovery Pit Data Logger"
:headers="[
{value: 'terminal_time', text: 'Timestamp', sortable: true},
{value: 'terminal_time', text: 'Timestamp', sortable: true, fixed: true, width: 180},
{value: 'temp_inlet_recpit', text: 'TEMPERATUR INLET RECPIT'},
{value: 'temp_center_recpit', text: 'TEMPERATUR CENTER RECPIT'},
{value: 'temp_outlet_recpit', text: 'TEMPERATUR OUTLET RECPIT'},
Expand Down

0 comments on commit a5cbec1

Please sign in to comment.