mirror of https://gitee.com/bigwinds/arangodb
Sorted list from fishbowl
This commit is contained in:
parent
303e4e6d94
commit
38564a1709
|
@ -635,7 +635,7 @@
|
||||||
var listTempl = this.appStoreTemplate;
|
var listTempl = this.appStoreTemplate;
|
||||||
$.get("foxxes/fishbowl", function(list) {
|
$.get("foxxes/fishbowl", function(list) {
|
||||||
var table = $("#appstore-content");
|
var table = $("#appstore-content");
|
||||||
_.each(list, function(app) {
|
_.each(_.sortBy(list, "name"), function(app) {
|
||||||
table.append(listTempl.render(app));
|
table.append(listTempl.render(app));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue