mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 00:48:36 +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
|
||||
* 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 { isEmpty } from 'lodash';
|
||||
import React, {
|
||||
@ -244,9 +244,9 @@ const AppSchedule = ({
|
||||
</Col>
|
||||
)}
|
||||
|
||||
<Divider />
|
||||
|
||||
<Col span={24}>{appRunHistory}</Col>
|
||||
<Col className="mt-4" span={24}>
|
||||
{appRunHistory}
|
||||
</Col>
|
||||
</Row>
|
||||
<Modal
|
||||
destroyOnClose
|
||||
|
Loading…
x
Reference in New Issue
Block a user