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

feature #2798: Fix ssh key span style

This commit is contained in:
Daniel Molina 2014-04-09 10:28:38 +02:00
parent cbe7788117
commit 4973e5604d

View File

@ -237,7 +237,7 @@ var provision_user_info = '<div id="provision_user_info" class="hidden section_c
'<span class="provision_update_ssh_key_button">'+
tr("This is your SSH key which will be used as the preferred method of access for new Virtual Machines")+
'<br><br>'+
'<span id="provision_ssh_key_text"></span>'+
'<span id="provision_ssh_key_text" style="text-overflow: ellipsis; word-break: break-word;"></span>'+
'</span>'+
'</p>'+
'</div>'+