Code Monkey home page Code Monkey logo

admin-pages's Introduction

๐Ÿฅ—

Frontend administrator interface, using native html/css/js

ไธ€ไธชๅŽŸ็”Ÿๅ‰็ซฏ็ฎก็†ๅ‘˜็•Œ้ข

ScreenShot | ้ข„่งˆ

dashboard dashboard-dark dashboard-listview

geoip geoip-dark geoip-listview

API | ๆŽฅๅฃ

admin-pages/index.html

Lines 371 to 386 in 3d84831

<script>
updateSiteRequestChart([12000, 13200, 10100, 13400, 9000, 23000, 21000]);
setInterval(
function (){
updateDynamicRequestChart(Math.round(Math.random() * 100) + 100);
},
500,
);
setInterval(function (){roundProgressUpdate(cpu_progress_dom, (Math.random() * 100).toFixed(1));}, 1000);
setInterval(function (){roundProgressUpdate(ram_progress_dom, (Math.random() * 100).toFixed(1));}, 1000);
setInterval(function (){roundProgressUpdate(rom_progress_dom, (Math.random() * 100).toFixed(1));}, 1000);
setInterval(function (){wsProgressUpdate((Math.random() * 2000).toFixed(1));}, 1000);
initGithubRepositoryData("django", "django");
setInterval(function (){recv.update(Math.random() * 2000000);}, 1000);
setInterval(function (){send.update(Math.random() * 2000000);}, 1000);
</script>

admin-pages/geoip.html

Lines 190 to 192 in 3d84831

<script>
initializeRequestCharts("static/data/world.json", "static/data/data.json");
</script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.