<buttonclass="btn btn-primary"data-toggle="tooltip"data-placement="bottom"title="get fresh data from agent"onclick="fetchData('<?= htmlspecialchars($agent['id']) ?>', '<?= htmlspecialchars($agent['url']) ?>', '<?= htmlspecialchars($agent['agent_endpoint']) ?>', true)">forcerefresh</button>
<?php}else{?>
<buttonclass="btn btn-primary"data-toggle="tooltip"data-placement="bottom"title="get data from the agent"onclick="fetchData('<?= htmlspecialchars($agent['id']) ?>', '<?= htmlspecialchars($agent['url']) ?>', '<?= htmlspecialchars($agent['agent_endpoint']) ?>')">fetchdata</button>
<buttonclass="btn btn-light"data-toggle="tooltip"data-placement="bottom"title="no cache to refresh">forcerefresh</button>