mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 17:08:28 +00:00
Minor: Removed Divider from table (#20702)
* removed divider from application setting * removed beta url
This commit is contained in:
parent
c284310293
commit
c39c94a12a
@ -10,7 +10,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import { Button, Col, Divider, Modal, Row, Space, Typography } from 'antd';
|
import { Button, Col, Modal, Row, Space, Typography } from 'antd';
|
||||||
import cronstrue from 'cronstrue';
|
import cronstrue from 'cronstrue';
|
||||||
import { isEmpty } from 'lodash';
|
import { isEmpty } from 'lodash';
|
||||||
import React, {
|
import React, {
|
||||||
@ -244,9 +244,9 @@ const AppSchedule = ({
|
|||||||
</Col>
|
</Col>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Divider />
|
<Col className="mt-4" span={24}>
|
||||||
|
{appRunHistory}
|
||||||
<Col span={24}>{appRunHistory}</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<Modal
|
<Modal
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user