1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix ssh key text layout

This commit is contained in:
Daniel Molina 2014-05-06 15:23:32 +02:00
parent 7c644289bd
commit 89a462e41f

View File

@ -241,7 +241,7 @@ var provision_user_info = '<div id="provision_user_info" class="hidden section_c
'<br>'+
tr("You will be able to access your Virtual Machines without password")+
'<br><br>'+
'<span id="provision_ssh_key_text" style="text-overflow: ellipsis; word-break: break-word;"></span>'+
'<span id="provision_ssh_key_text" style="text-overflow: ellipsis; word-break: break-all; word-wrap: break-word"></span>'+
'</span>'+
'</p>'+
'</div>'+