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);
|
||||
}
|
||||
|
||||
visualConsole.elementsById[id].meta = {
|
||||
...visualConsole.elementsById[id].meta,
|
||||
isUpdating: true
|
||||
};
|
||||
|
||||
// visualConsole.elementsById[id].elementRef.innerHTML +=
|
||||
// "<div class = holas>";
|
||||
|
||||
visualConsole.updateElement(data);
|
||||
|
||||
done();
|
||||
|
@ -457,6 +457,10 @@ final class Container extends Model
|
||||
'OR'
|
||||
);
|
||||
|
||||
if ($rows === false) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$class = static::getItemClass((int) $row['type']);
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user