Commit 4503955e by kevalbhatt Committed by Madhan Neethiraj

ATLAS-1596: entity details page updated to list properties in consistent order

parent 515130cc
......@@ -126,7 +126,7 @@ define(['require', 'utils/Utils', 'modules/Modal', 'utils/Messages', 'utils/Enum
}
});
}
_.keys(valueObject).map(function(key) {
_.sortBy(_.keys(valueObject)).map(function(key) {
key = _.escape(key)
var keyValue = valueObject[key],
valueOfArray = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment