mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix: slide from services list to service info.
This commit is contained in:
parent
4c11f28657
commit
54978e957d
1 changed files with 0 additions and 1 deletions
|
@ -742,7 +742,6 @@ app = Sammy('#main', function (sam) {
|
|||
data2.service.is_loaded = (data.loaded=='enabled') ? true : false;
|
||||
data2.service.is_running = (data.status=='running') ? true : false;
|
||||
|
||||
store.clear('slide');
|
||||
c.view('service_info', data2);
|
||||
}, 'GET', params);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue