This commit is contained in:
Pierre Ducroquet 2023-10-16 09:44:58 +02:00
parent f0a1e50a95
commit 856c20ff50
2 changed files with 13 additions and 14 deletions

View File

@ -415,64 +415,64 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="298"/>
<location filename="mainwindow.cpp" line="297"/>
<source>KVM %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="307"/>
<location filename="mainwindow.cpp" line="309"/>
<location filename="mainwindow.cpp" line="306"/>
<location filename="mainwindow.cpp" line="308"/>
<source>JNLP KVM</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="307"/>
<location filename="mainwindow.cpp" line="306"/>
<source>This server only supports a Java WebStart KVM, it will thus not be embedded in this window.
Java WebStart should be starting right now, wait until it finishes loading to close this dialog.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="309"/>
<location filename="mainwindow.cpp" line="308"/>
<source>Failed to launch javaws. Make sure it is properly installed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="408"/>
<location filename="mainwindow.cpp" line="407"/>
<source>Target archive</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="408"/>
<location filename="mainwindow.cpp" line="407"/>
<source>Zip files (*.zip)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="412"/>
<location filename="mainwindow.cpp" line="411"/>
<source>OVH...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="412"/>
<location filename="mainwindow.cpp" line="411"/>
<source>OVH decided that getting a bill require a &apos;true&apos; login. I&apos;m going to show you a web browser for that.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="423"/>
<location filename="mainwindow.cpp" line="422"/>
<source>Failed to open archive</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="423"/>
<location filename="mainwindow.cpp" line="422"/>
<source>Failed to open archive...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="515"/>
<location filename="mainwindow.cpp" line="514"/>
<source>Logins cleaned up</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<location filename="mainwindow.cpp" line="515"/>
<location filename="mainwindow.cpp" line="514"/>
<source>%n login(s) purged</source>
<translation type="unfinished">
<numerusform></numerusform>

View File

@ -281,7 +281,6 @@ QCoro::Task<> MainWindow::startKVMRequest(const QString &serverName)
qDebug() << "task progress:" << kvmAccess;
progress++;
}
ui->statusbar->clearMessage();
// Now we can get the url from ipmi...
ipmiAccess = (co_await api->get(QString("/dedicated/server/%1/features/ipmi/access?type=kvmip%2").arg(serverName).arg(kvmType))).object();