mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 20:21:33 +00:00

* finish the alc access page layout, logics and sass files * Fix css issue and request permission response error message * finish the testing part * simplify code finished * finish spinner * Finished ACL access page, testing cases, clean code format * Clean format, address comments, refactor JS code of ACL page to TS * address comments, replace type any and fix merge issue
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
header: 'Request Submitted',
|
|
content: 'Processing your request...'
|
|
});
|