Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add range select checkbox #2543

Merged
merged 19 commits into from
May 24, 2017
Merged

Add range select checkbox #2543

merged 19 commits into from
May 24, 2017

Conversation

otakuto
Copy link
Collaborator

@otakuto otakuto commented May 17, 2017

#2528 の機能追加です.
GmailのようにShift + クリックで範囲選択できるようにしました.

@masa0612 masa0612 merged commit c38e711 into master May 24, 2017
@masa0612 masa0612 deleted the oss/add-range-select-checkbox branch May 24, 2017 04:31
@ashie ashie removed the in progress label May 24, 2017
s += '<td>' + escapeHTML(hstgrp.groupName) + '</td>';
s += '<td class="hostgroupSelectCheckboxes">' +
'<input type="checkbox" class="hostgroupSelectCheckbox" ' +
'value="' + hostgroups.indexOf(hostgroup) + "' " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「value=" '」って文字列になってる。
正しくは

'value="' + hostgroups.indexOf(hostgroup) + '" ' +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants