refactor(NetworkConfigManager): adjust card layout for items display; improve responsiveness by modifying Bootstrap grid column size
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
This commit is contained in:
@@ -868,7 +868,7 @@ function NetworkConfigManager() {
|
||||
{/* Items */}
|
||||
<div className="row row-cards">
|
||||
{items.map(item => (
|
||||
<div key={item.id} className="col-12 col-md-6 col-lg-4">
|
||||
<div key={item.id} className="col-12 col-md-6 col-lg-6">
|
||||
{type === 'gateway' ? renderGatewayCard(item) : renderInterfaceCard(item, serverId)}
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user