- Timestamp:
- Dec 9, 2014, 9:50:46 AM (10 years ago)
- Location:
- branches/0.1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.1.x/CMakeLists.txt
r333 r336 95 95 # ======================================== 96 96 include(${PACPUS_CMAKE_DIR}/PacpusInstall.cmake) 97 set( ENV{PACPUS_ROOT} ${PACPUS_INSTALL_DIR})97 set(ENV{PACPUS_ROOT} ${PACPUS_INSTALL_DIR}) 98 98 99 99 # ======================================== -
branches/0.1.x/src/PacpusSensor/src/ui/pacpusmainwindow.cpp
r335 r336 121 121 // state color box 122 122 // -------------------------------------- 123 // stopped whiteunchecked124 // not monitored graychecked123 // stopped gray unchecked 124 // not monitored black checked 125 125 // monitor ok green checked 126 126 // monitor nok red checked
Note:
See TracChangeset
for help on using the changeset viewer.