webVersion = "1.0.6.3";
This commit is contained in:
@@ -15,6 +15,7 @@ import {
|
||||
setOpcUaActiveClientCount,
|
||||
setOpcUaNodesetName,
|
||||
} from "../redux/slices/variablesSlice";
|
||||
import webVersion from "../config/webVersion";
|
||||
|
||||
function Dashboard() {
|
||||
const router = useRouter();
|
||||
@@ -236,7 +237,7 @@ function Dashboard() {
|
||||
className="text-xl lg:text-base text-blue-400"
|
||||
/>
|
||||
<p className="text-sm sm:text-xs md:text-sm lg:text-base text-gray-600">
|
||||
<span className="font-bold"></span> Webserverversion: 1.0.6.2
|
||||
<span className="font-bold"></span> Webversion: {webVersion}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user