summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorhor911 <[email protected]>2025-12-09 15:14:41 +0300
committerhor911 <[email protected]>2025-12-09 15:29:18 +0300
commitddd609670ec878c2ccbc55ea6bb2107b64516a5b (patch)
tree326fd824b92cc45e07699692a0fe539cafde2a69 /library/cpp
parent772a607a248097be2b5a0f4c4424cf8700da5d07 (diff)
Add #define TABLEH_ATTRS
commit_hash:87d58b607116761d64ac6490f3a8f848b1693421
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/monlib/service/pages/templates.h1
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)