@@ -143,28 +143,8 @@ export class WorkbenchPage {
143143 typeSelectedClientsList = Selector ( '[data-testid=view-type-selected-Plugin-client-list__clients-list]' ) ;
144144 clientListTableHeaderCellId = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ i d _ / ) ;
145145 clientListTableHeaderCellAddr = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ a d d r _ / ) ;
146- clientListTableHeaderCellLAddr = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ l a d d r _ / ) ;
147- clientListTableHeaderCellFd = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ f d _ / ) ;
148146 clientListTableHeaderCellName = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ n a m e _ / ) ;
149- clientListTableHeaderCellAge = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ a g e _ / ) ;
150- clientListTableHeaderCellIdle = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ i d l e _ / ) ;
151- clientListTableHeaderCellFlags = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ f l a g s _ / ) ;
152- clientListTableHeaderCellDb = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ d b / ) ;
153- clientListTableHeaderCellSub = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ s u b _ / ) ;
154- clientListTableHeaderCellPSub = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ p s u b _ / ) ;
155- clientListTableHeaderCellMulti = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ m u l t i _ / ) ;
156- clientListTableHeaderCellQBuf = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ q b u f _ / ) ;
157- clientListTableHeaderCellQBufFree = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ q b u f - f r e e _ / ) ;
158- clientListTableHeaderCellQBufArgvMem = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ a r g v - m e m _ / ) ;
159- clientListTableHeaderCellObl = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ o b l _ / ) ;
160- clientListTableHeaderCellOll = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ o l l _ / ) ;
161- clientListTableHeaderCellOmem = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ o m e m _ / ) ;
162- clientListTableHeaderCellTotMem = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ t o t - m e m _ / ) ;
163- clientListTableHeaderCellEvents = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ e v e n t s _ / ) ;
164- clientListTableHeaderCellCmd = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ c m d _ / ) ;
165147 clientListTableHeaderCellUser = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ u s e r _ / ) ;
166- clientListTableHeaderCellRedir = Selector ( '[data-test-subj]' ) . withAttribute ( 'data-test-subj' , / ^ t a b l e H e a d e r C e l l _ r e d i r _ / ) ;
167-
168148 /**
169149 * Get card container by command
170150 * @param command The command
0 commit comments