Rename user_uuid device_user_uuid in the devices table. Add an apply button to the key dashboard and provision button to the device edit.

This commit is contained in:
markjcrane
2016-06-17 17:34:31 -06:00
parent 704cf23194
commit e5020a842b
6 changed files with 146 additions and 38 deletions

View File

@@ -232,6 +232,10 @@
echo " <br />";
echo " </div>\n";
echo " <div style='float: right;'>";
echo " <input type='button' class='btn' value='".$text['button-apply']."' onclick=\"document.location.href='".PROJECT_PATH."/app/devices/cmd.php?cmd=check_sync&profile=".$sip_profile_name."&show=".$show."&user=".$row['user']."&domain=".$row['sip-auth-realm']."&agent=".urlencode($row['agent'])."';\" ".$onhover_pause_refresh.">\n";
echo " </div>\n";
echo "<div style='float: right;'>\n";
echo " <input type='submit' class='btn' value='".$text['button-save']."'>";
echo "</div>\n";