mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
Enable information tip buttons so they can be focused on (#16496)
* Enable buttons so they can be focused * Test * Add text description * Add description to parameters info
This commit is contained in:
@@ -551,8 +551,7 @@ export abstract class PostgresParametersPage extends DashboardPage {
|
||||
iconPath: IconPathHelper.information,
|
||||
width: '15px',
|
||||
height: '15px',
|
||||
enabled: false,
|
||||
title: loc.rangeSetting(engineSetting.min!, engineSetting.max!)
|
||||
description: loc.rangeSetting(engineSetting.min!, engineSetting.max!)
|
||||
}).component();
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user