This commit is contained in:
parent
82d9d94313
commit
62a3e10218
@ -44,7 +44,7 @@ jobs:
|
|||||||
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
|
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
strip_components: 6
|
strip_components: 6
|
||||||
source: /opt/Libraries/wt-4.11.1/share/Wt/resources/**
|
source: /opt/Libraries/wt-4.11.1/share/Wt/resources/*
|
||||||
target: /root/Server/resources
|
target: /root/Server/resources
|
||||||
- name: Copy app wt resources to server
|
- name: Copy app wt resources to server
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v0.1.7
|
||||||
|
@ -41,7 +41,7 @@ void Dialog::messageBox1() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Dialog::messageBox2() {
|
void Dialog::messageBox2() {
|
||||||
m_messageBox = std::make_unique<Wt::WMessageBox>("Question", "Are you getting comfortable ?", Wt::Icon::Question,
|
m_messageBox = std::make_unique<Wt::WMessageBox>("Question", "Are you getting comfortable?", Wt::Icon::Question,
|
||||||
Wt::StandardButton::Yes | Wt::StandardButton::No |
|
Wt::StandardButton::Yes | Wt::StandardButton::No |
|
||||||
Wt::StandardButton::Cancel);
|
Wt::StandardButton::Cancel);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user