We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ID in the email notification is formatted in exponent format, which is odd:
Message from https://publiccloud-ng.qa.suse.de/ Provider id Created-By Namespace Age Delete openQA =============================================================================================================== GCE 5.556e+18 <redacted> ccoe 12h1m <redacted>
The id field is displayed as 5.556e+18, which indicates a ridiculously high ID number. Either the formatting is wrong or the id is weird.
id
5.556e+18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The ID in the email notification is formatted in exponent format, which is odd:
The
id
field is displayed as5.556e+18
, which indicates a ridiculously high ID number. Either the formatting is wrong or the id is weird.The text was updated successfully, but these errors were encountered: