[Launch Instance Fix] Making table expand faster

Currently, the animation is too slow to show the details in the
table's row. It looks like it to hard for the UI to do such a
simple thing. We should make it faster and slick.

Change-Id: Ia8cff5692b20c3482b06e406ca44480d02ee54a4
Closes-Bug: #1439449
This commit is contained in:
Shaoquan Chen 2015-04-01 16:50:54 -07:00
parent fc963b9647
commit bbb53af678
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
*/
app.constant('expandSettings', {
expandIconClasses: 'fa-chevron-right fa-chevron-down',
duration: 400
duration: 100
});
/**
@ -267,4 +267,4 @@
};
}]);
})();
})();