diff options
| author | hor911 <[email protected]> | 2025-12-09 15:14:41 +0300 |
|---|---|---|
| committer | hor911 <[email protected]> | 2025-12-09 15:29:18 +0300 |
| commit | ddd609670ec878c2ccbc55ea6bb2107b64516a5b (patch) | |
| tree | 326fd824b92cc45e07699692a0fe539cafde2a69 /library/cpp/monlib | |
| parent | 772a607a248097be2b5a0f4c4424cf8700da5d07 (diff) | |
Add #define TABLEH_ATTRS
commit_hash:87d58b607116761d64ac6490f3a8f848b1693421
Diffstat (limited to 'library/cpp/monlib')
| -rw-r--r-- | library/cpp/monlib/service/pages/templates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/monlib/service/pages/templates.h b/library/cpp/monlib/service/pages/templates.h index 3a0b80684d9..342d338a8ef 100644 --- a/library/cpp/monlib/service/pages/templates.h +++ b/library/cpp/monlib/service/pages/templates.h @@ -36,6 +36,7 @@ #define TABLED_ATTRS(...) TAG_ATTRS(TTableD, ##__VA_ARGS__) #define TABLEH() TAG(TTableH) #define TABLEH_CLASS(cls) TAG_CLASS(TTableH, cls) +#define TABLEH_ATTRS(...) TAG_ATTRS(TTableH, ##__VA_ARGS__) #define FORM() TAG(TFormC) #define FORM_CLASS(cls) TAG_CLASS(TFormC, cls) #define LABEL() TAG(TLabelC) |
