mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
new version
This commit is contained in:
parent
cda6450ad2
commit
511e0da314
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "neohtop",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neohtop",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "neohtop",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -1784,7 +1784,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "neohtop"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "neohtop"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "A cross-platform system monitor"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"productName": "NeoHtop",
|
||||
"mainBinaryName": "NeoHtop",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"identifier": "com.neohtop.dev",
|
||||
"plugins": {
|
||||
"os": {
|
||||
|
@ -22,7 +22,12 @@
|
||||
: [];
|
||||
</script>
|
||||
|
||||
<Modal {show} title="Process Details" maxWidth="1000px" {onClose}>
|
||||
<Modal
|
||||
{show}
|
||||
title={`${process ? process.name.slice(0, 10) : "Unknown Process"} - Process Details`}
|
||||
maxWidth="1000px"
|
||||
{onClose}
|
||||
>
|
||||
{#if process}
|
||||
<div class="modal-content">
|
||||
<!-- Header Stats -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user