Moved information regarding snapshots and console to their respective page Moved power options to sidebar menu and added shutdown as an option Moved away from a random userid in the database for the user to just use the username Changed mariadb.js and schema.sql to reflect to move away from userid Made it so that the site immediately goes into a VM page if the user only has access to one VM Disabled and enables power options depending on the state of the VM Fixed navigation with browsers back and forward so it's works as expected Added admin_entitlement to the config.ini.example although it is not yet implemented
10 lines
502 B
HTML
10 lines
502 B
HTML
<h2>Instructions for {{hostname}}</h2>
|
|
<p>To connect to your assigned VM, connect using the following information:</p>
|
|
<ul>
|
|
<li><strong>DNS Name:</strong> {{dns}}</li>
|
|
<li><strong>IP:</strong> {{ip}}</li>
|
|
<li><strong>Username:</strong> {{username}}</li>
|
|
<li><strong>Password:</strong> {{password}}</li>
|
|
</ul>
|
|
<p>To connect you will need use the student VPN. You can get access to that at <a href="https://vpn-student.dsv.su.se" target="_blank">vpn-student.dsv.su.se</a></p>
|