|
@@ -69,11 +69,15 @@
|
|
</div>
|
|
</div>
|
|
<p>This setting interface is disabled automatically on not supported platforms.</p>
|
|
<p>This setting interface is disabled automatically on not supported platforms.</p>
|
|
</div>
|
|
</div>
|
|
|
|
+ <br>
|
|
|
|
+ <p>To access yor samba server, use <code id="sambaip"></code> in Windows' File Explorer</p>
|
|
<br><br>
|
|
<br><br>
|
|
<script>
|
|
<script>
|
|
//Do not allow window resize
|
|
//Do not allow window resize
|
|
ao_module_setFixedWindowSize();
|
|
ao_module_setFixedWindowSize();
|
|
|
|
|
|
|
|
+ //Display the connect info
|
|
|
|
+ $("#sambaip").text(`\\\\` + window.location.hostname);
|
|
//Get username from system
|
|
//Get username from system
|
|
$.get("../system/users/userinfo", function(data){
|
|
$.get("../system/users/userinfo", function(data){
|
|
var username = data.Username;
|
|
var username = data.Username;
|