ClusterLabs / hawk

A web-based GUI for managing and monitoring the Pacemaker High-Availability cluster resource manager
http://hawk-ui.github.io/
GNU General Public License v2.0
151 stars 51 forks source link

Use VERSION instead of VERSION_ID #244

Closed ricardobranco777 closed 3 years ago

ricardobranco777 commented 3 years ago

We must use VERSION (which is a string like 12-SPx) instead of VERSION_ID which is a float. We use the former in the code to test versions.

MalloZup commented 3 years ago

thx