mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added isUpdating
This commit is contained in:
parent
aafba795ee
commit
8047bf2c87
@ -234,6 +234,14 @@ function createVisualConsole(
|
|||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
visualConsole.elementsById[id].meta = {
|
||||||
|
...visualConsole.elementsById[id].meta,
|
||||||
|
isUpdating: true
|
||||||
|
};
|
||||||
|
|
||||||
|
// visualConsole.elementsById[id].elementRef.innerHTML +=
|
||||||
|
// "<div class = holas>";
|
||||||
|
|
||||||
visualConsole.updateElement(data);
|
visualConsole.updateElement(data);
|
||||||
|
|
||||||
done();
|
done();
|
||||||
|
@ -457,6 +457,10 @@ final class Container extends Model
|
|||||||
'OR'
|
'OR'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($rows === false) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
$class = static::getItemClass((int) $row['type']);
|
$class = static::getItemClass((int) $row['type']);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user