mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tooltips for host add
https://fedorahosted.org/freeipa/ticket/1363 https://fedorahosted.org/freeipa/ticket/1361
This commit is contained in:
committed by
Endi S. Dewata
parent
1aee9df3bc
commit
3a36eced53
@@ -103,7 +103,8 @@ IPA.entity_factories.host = function () {
|
|||||||
factory:IPA.text_widget,
|
factory:IPA.text_widget,
|
||||||
name:"ip_address",
|
name:"ip_address",
|
||||||
undo:false,
|
undo:false,
|
||||||
label: IPA.get_method_option('host_add','ip_address')['label']
|
label: IPA.get_method_option('host_add','ip_address')['label'],
|
||||||
|
tooltip: IPA.get_method_option('host_add','ip_address')['doc']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}).
|
}).
|
||||||
|
|||||||
@@ -1609,7 +1609,8 @@ IPA.entity_select_widget = function(spec) {
|
|||||||
|
|
||||||
if (editable){
|
if (editable){
|
||||||
that.edit_box = $('<input />',{
|
that.edit_box = $('<input />',{
|
||||||
type: 'text'
|
type: 'text',
|
||||||
|
title: that.tooltip
|
||||||
});
|
});
|
||||||
|
|
||||||
$('<div style:"display=block;" />').
|
$('<div style:"display=block;" />').
|
||||||
|
|||||||
Reference in New Issue
Block a user