mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Add Message alert in Advanced Logbook
This commit is contained in:
parent
24f3b3397c
commit
05f4f4ea92
@ -616,7 +616,15 @@ $(document).ready(function () {
|
||||
var elements = $('#qsoList tbody input:checked');
|
||||
var nElements = elements.length;
|
||||
if (nElements == 0) {
|
||||
return;
|
||||
BootstrapDialog.alert({
|
||||
title: 'INFO',
|
||||
message: 'Select a row from the list for Quickfilter search.',
|
||||
type: BootstrapDialog.TYPE_INFO,
|
||||
closable: false,
|
||||
draggable: false,
|
||||
callback: function (result) {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (nElements > 1) {
|
||||
BootstrapDialog.alert({
|
||||
|
Loading…
Reference in New Issue
Block a user