File tree 4 files changed +17
-12
lines changed
4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 315
315
<i class="<?php echo $ item_icon ; ?> mr-2 text-secondary"></i><?php echo $ item_name ; ?>
316
316
</td>
317
317
<td>
318
- <div>Views: <?php echo " $ item_views / $ item_view_limit " ?> </div>
318
+ <div>Views: <?php echo $ item_views ?> </div>
319
319
<div class="text-secondary"><?php echo $ item_recipient ; ?> </div>
320
320
</td>
321
321
<td title="Expires at <?php echo $ item_expire_at ; ?> ">Expires <?php echo $ item_expire_at_human ?> </td>
Original file line number Diff line number Diff line change @@ -648,8 +648,10 @@ function getAssetIcon($asset_type)
648
648
$ device_icon = "print " ;
649
649
} elseif ($ asset_type == 'Camera ' ) {
650
650
$ device_icon = "video " ;
651
- } elseif ($ asset_type == 'Switch ' || $ asset_type == ' Firewall/Router ' ) {
651
+ } elseif ($ asset_type == 'Switch ' ) {
652
652
$ device_icon = "network-wired " ;
653
+ } elseif ($ asset_type == 'Firewall/Router ' ) {
654
+ $ device_icon = "fire-alt " ;
653
655
} elseif ($ asset_type == 'Access Point ' ) {
654
656
$ device_icon = "wifi " ;
655
657
} elseif ($ asset_type == 'Phone ' ) {
@@ -658,7 +660,7 @@ function getAssetIcon($asset_type)
658
660
$ device_icon = "mobile-alt " ;
659
661
} elseif ($ asset_type == 'Tablet ' ) {
660
662
$ device_icon = "tablet-alt " ;
661
- } elseif ($ asset_type == 'TV ' ) {
663
+ } elseif ($ asset_type == 'Display ' ) {
662
664
$ device_icon = "tv " ;
663
665
} elseif ($ asset_type == 'Virtual Machine ' ) {
664
666
$ device_icon = "cloud " ;
Original file line number Diff line number Diff line change 211
211
'Phone ' =>'fa-phone ' ,
212
212
'Mobile Phone ' =>'fa-mobile-alt ' ,
213
213
'Tablet ' =>'fa-tablet-alt ' ,
214
- 'Firewall/Router ' =>'fa-network-wired ' ,
214
+ 'Firewall/Router ' =>'fa-fire-alt ' ,
215
215
'Switch ' =>'fa-network-wired ' ,
216
- 'Access Point ' =>'fa-wifi ' ,
216
+ 'Wireless Access Point ' =>'fa-wifi ' ,
217
217
'Printer ' =>'fa-print ' ,
218
+ 'Display ' =>'fa-tv ' ,
218
219
'Camera ' =>'fa-video ' ,
219
- 'TV ' =>'fa-tv ' ,
220
220
'Virtual Machine ' =>'fa-cloud ' ,
221
221
'Other ' =>'fa-tag '
222
222
);
223
223
224
224
$ software_types_array = array (
225
- 'SaaS ' ,
226
- 'Application ' ,
227
- 'Mobile ' ,
225
+ 'Software as a Service (SaaS) ' ,
226
+ 'Productivity Suites ' ,
227
+ 'Web Application ' ,
228
+ 'Desktop Application ' ,
229
+ 'Mobile Application ' ,
230
+ 'Security Software ' ,
228
231
'System Software ' ,
229
232
'Operating System ' ,
230
- 'Misc '
233
+ 'Other '
231
234
);
232
235
233
236
$ license_types_array = array (
Original file line number Diff line number Diff line change 97
97
<div class="card mt-2">
98
98
<div class="card-header bg-dark">
99
99
<div class="card-title">
100
- <h5 ><small>Secure Message intended for:</small><br><strong><?php echo $ item_recipient ?> </strong></h5 >
100
+ <h6 ><small>Secure link intended for:</small><br><strong><?php echo $ item_recipient ?> </strong></h6 >
101
101
</div>
102
102
103
103
<div class="card-tools">
104
104
<div>
105
- <?php echo "Views: $ item_views / <strong>$ item_view_limit </strong> " ; ?>
105
+ <?php echo "Viewed: <strong>$ item_views </strong> Times " ; ?>
106
106
</div>
107
107
<div>
108
108
<?php echo "Expires: <strong> $ item_expire</strong> " ; ?>
You can’t perform that action at this time.
0 commit comments