mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
c20cff9bf5
Whilst we tried to do this with the smallest amount of changes possible, our acceptance tests for trying to submit a blank form started failing due to usage of `destroyRecord`, its seems that the correct way to achieve the same thing is to use `rollbackAttributes` instead. We changed that here and the tests pass once again. Furture work related to this will involve change the rest of the UI where we use `destroyRecord` to achieve the same thing, to use `rollbackAttributes` instead
42 lines
981 B
SCSS
42 lines
981 B
SCSS
@import './form-elements';
|
|
@import './breadcrumbs';
|
|
@import './anchors';
|
|
@import './progress';
|
|
@import './buttons';
|
|
@import './secret-button';
|
|
@import './tabs';
|
|
@import './pill';
|
|
@import './table';
|
|
@import './form-elements';
|
|
@import './tooltip';
|
|
@import './tag-list';
|
|
@import './healthcheck-output';
|
|
@import './healthcheck-info';
|
|
@import './healthchecked-resource';
|
|
@import './freetext-filter';
|
|
@import './phrase-editor';
|
|
@import './filter-bar';
|
|
@import './tomography-graph';
|
|
@import './flash-message';
|
|
@import './code-editor';
|
|
@import './confirmation-dialog';
|
|
@import './feedback-dialog';
|
|
@import './modal-dialog';
|
|
@import './notice';
|
|
@import './sort-control';
|
|
@import './discovery-chain';
|
|
@import './consul-intention-list';
|
|
|
|
@import './tabular-details';
|
|
@import './tabular-collection';
|
|
@import './list-collection';
|
|
|
|
/**/
|
|
|
|
@import './brand-loader';
|
|
@import './loader';
|
|
@import './main-header-horizontal';
|
|
@import './main-nav-horizontal';
|
|
@import './app-view';
|
|
@import './footer';
|