mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Terminal button: give unsupported warning when Edge/MSIE is used
This commit is contained in:
@@ -18,6 +18,10 @@ Code="e93f"
|
||||
?>
|
||||
<script>
|
||||
function TerminalButton() {
|
||||
if (/MSIE|Edge/.test(navigator.userAgent)) {
|
||||
swal({title:'Unsupported Feature',text:'Sorry, this feature is not supported by MSIE/Edge.<br>Please try a different browser',html:true,type:'error'});
|
||||
return;
|
||||
}
|
||||
var d = new Date();
|
||||
var height = 600;
|
||||
var width = 900;
|
||||
|
||||
Reference in New Issue
Block a user