mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
new wvnc app
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?lua
|
||||
local jsclass = __main__:get("jsclass")
|
||||
if jsclass == nil then jsclass = "" end
|
||||
local args = __main__:get("args")
|
||||
if args == nil then args = "[]" end
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
@ -16,8 +16,8 @@ if jsclass == nil then jsclass = "" end
|
||||
<script>
|
||||
$(window).on('load', function(){
|
||||
window.myuri = '<?=HTTP_ROOT?>';
|
||||
var manager = new window.classes.APIManager();
|
||||
manager.init('<?=jsclass?>');
|
||||
var manager = new window.classes.APIManager(<?=args?>);
|
||||
manager.init();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
1
apps/views/default/wvnc/index.ls
Normal file
1
apps/views/default/wvnc/index.ls
Normal file
@ -0,0 +1 @@
|
||||
<h1>VNC screen here</h1>
|
Reference in New Issue
Block a user