placeholder of ip xxx.xxx.xxx.xxx/28 is calculated as a division #128
-
I retreive IP's by rest api in the form of xxx.xxx.xxx.xxx/28 but the placeholder is calculated and cast to int ;(
What am I doing wrong? some code /headers/url censored |
Beta Was this translation helpful? Give feedback.
Answered by
ansibleguy76
Dec 18, 2023
Replies: 1 comment
-
You are pointing to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MalfuncEddie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are pointing to
$(server_ip_tmp)
=> is that multicolumn ? It will by default point to column 1 (could be an ID)Point either to
$(server_ip_tmp.address)
or setplaceholderColumn: address