Have your apps sorted in the Yunohost panel

Hello All.

Here is a tweak to have your apps sorted in alphabetic order on the Yunohost panel.

It requires the modification of 2 standard files, so beware: you do it at your own risks.

Here it is:

  • cd /usr/share/ssowat/portal/assets/js
  • Make a back-up of global.js and ynhpanel.js
  • in global.js, add the following code http://pastebin.com/p9gXdviF
    just before the final line which is
    });
  • in ynhpanel.js, add the following code http://pastebin.com/QhRdJxgP
    just before the last lines which are:
    };
    r.send();
    ``
    });

This should do the job. I suggested this kind of change on GitHub: https://github.com/Kloadut/SSOwat/issues/23

Hope it helps.

1 Like