+ Add tip for create build page.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
$().ready(function()
|
||||
{
|
||||
new zui.Tooltip('#tooltipHover', {title: autoRelationTip, trigger: 'hover', placement: 'right', type: 'white', 'className': 'text-gray border border-light'});
|
||||
|
||||
$(document).on('click', '#lastBuildBtn', function()
|
||||
{
|
||||
$('#name').val($(this).text());
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace zin;
|
||||
|
||||
/* zin: Set variables to define picker options for form. */
|
||||
jsVar('multipleSelect', $lang->build->placeholder->multipleSelect);
|
||||
jsVar('autoRelationTip', $lang->build->notice->autoRelation);
|
||||
jsVar('projectID', $projectID);
|
||||
jsVar('executionID', $executionID);
|
||||
jsVar('productGroups', $productGroups);
|
||||
@@ -120,7 +121,11 @@ formPanel
|
||||
(
|
||||
set::width('1/2'),
|
||||
setClass('pl-4 items-center'),
|
||||
icon('help')
|
||||
icon(
|
||||
'help',
|
||||
set('data-toggle', 'tooltip'),
|
||||
set('id', 'tooltipHover'),
|
||||
),
|
||||
),
|
||||
),
|
||||
formRow
|
||||
|
||||
Reference in New Issue
Block a user