Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Feb 20, 2024
1 parent d6cdc68 commit e6f787a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Protest/Front/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class About extends Tabs {
description.style.fontWeight = "500";
description.style.textAlign = "center";
description.style.userSelect = "text";
description.textContent = "A management base for System Admins.";
description.textContent = "A management base for System Admins";
this.tabsPanel.appendChild(description);

const center = document.createElement("div");
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" id="favicon">
<meta name="theme-color" content="#E87600"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="A management base for System Admins."/>
<meta name="description" content="A management base for System Admins"/>

<link rel="stylesheet" href="root.css"/>
<link rel="stylesheet" href="ui.css"/>
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Pro-test</title>
<meta name="theme-color" content="#E87600"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="A management base for System Admins."/>
<meta name="description" content="A management base for System Admins"/>
<style>
body {
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@

button.view-live-button {
display: inline-block;
height: 48px;
height: 52px;
text-align: left;
vertical-align: top;

Expand Down
6 changes: 0 additions & 6 deletions Protest/Tools/Monitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public static async Task WebSocketHandler(HttpListenerContext ctx) {
}

Thread icmpThread = new Thread(async () => { //icmp thread
Console.WriteLine("icmp thread started");

while (ws.State == WebSocketState.Open) {
if (paused) {
await Task.Delay(interval);
Expand All @@ -133,8 +131,6 @@ public static async Task WebSocketHandler(HttpListenerContext ctx) {
});

Thread wmiThread = new Thread(async() => { //wmi thread
Console.WriteLine("wmi thread started");

ManagementScope scope = null;
if (OperatingSystem.IsWindows()) {
new Thread(async() => {
Expand Down Expand Up @@ -180,8 +176,6 @@ public static async Task WebSocketHandler(HttpListenerContext ctx) {
});

Thread smtpThread = new Thread(async () => { //snmp thread
Console.WriteLine("snmp thread started");

while (ws.State == WebSocketState.Open) {
if (paused) {
await Task.Delay(interval);
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<p align="center"><img src="https://raw.githubusercontent.com/openprotest/protest/master/Protest/pro-test.png" /></p>
<h1 align="center">Pro-test</h1>
<h2 align="center">A management base for System Admins.</h2>
<h2 align="center">A management base for System Admins</h2>

![GitHub](https://img.shields.io/github/license/openprotest/protest)
![GitHub All Releases](https://img.shields.io/github/downloads/openprotest/protest/total)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/openprotest/protest)
![GitHub Release Date](https://img.shields.io/github/release-date/openprotest/protest)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/openprotest/protest/latest)
![downloads](https://img.shields.io/github/downloads/openprotest/protest/total)
![code size](https://img.shields.io/github/languages/code-size/openprotest/protest)
![release date](https://img.shields.io/github/release-date/openprotest/protest)
![commits since](https://img.shields.io/github/commits-since/openprotest/protest/latest)

### Platform support
![Windows](https://img.shields.io/badge/Windows-0078D6?style=&logo=windows)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=&logo=linux&logoColor=black)
![MacOs](https://shields.io/badge/MacOS--9cf?logo=Apple&style=social)
![windows](https://img.shields.io/badge/Windows-0078D6?style=&logo=windows)
![linux](https://img.shields.io/badge/Linux-FCC624?style=&logo=linux&logoColor=black)
![macos](https://shields.io/badge/MacOS--9cf?logo=Apple&style=social)

### This repository contains the source code for:
* **Protest:** Front-end interface and back-end application.
Expand Down Expand Up @@ -79,4 +78,3 @@ http {

*[![Sponsor](https://img.shields.io/badge/Sponsor%20on%20GitHub-374046?style=for-the-badge&logo=github)](https://github.com/sponsors/veniware)*
*[![Donate](https://img.shields.io/badge/Donate-00457C?style=for-the-badge&logo=paypal)](https://www.paypal.com/paypalme/veniware)*

0 comments on commit e6f787a

Please sign in to comment.