mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Force scroll to top when viewing service status.
This commit is contained in:
parent
311e651ff2
commit
6d9592541f
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ 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/service_info', data2);
|
||||
}, 'GET', params);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue