diff --git a/horizon/static/angular/table/table.js b/horizon/static/angular/table/table.js index d13cd5a966..db4669af66 100644 --- a/horizon/static/angular/table/table.js +++ b/horizon/static/angular/table/table.js @@ -32,7 +32,7 @@ */ app.constant('expandSettings', { expandIconClasses: 'fa-chevron-right fa-chevron-down', - duration: 400 + duration: 100 }); /** @@ -267,4 +267,4 @@ }; }]); -})(); \ No newline at end of file +})();