mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
0807a5ba14
* Add delay svg icon * Create ConsulLockSessionList component * Implement ConsulLockSession component in Lock Sessions tab * Create format-time helper * Add Invalidate button and fix up styling * Fixup and add additional tests
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
tagName: '',
|
|
});
|